Skip to content
Snippets Groups Projects
Commit 94e63048 authored by Jacques Gouno's avatar Jacques Gouno
Browse files

TANGODEVIC-1636: add CryoCooler Interface for the PLCServerProxy

parent 707d11cf
No related branches found
No related tags found
No related merge requests found
//=============================================================================
// file : TypesAndConsts.h
//
// description : some types and consts
//
// project : CryoCooler
//
//=============================================================================
#ifndef __TYPES_AND_CONSTS_H__
#define __TYPES_AND_CONSTS_H__
namespace CryoCooler_ns
{
// ============================================================================
// some defines enums and constants
// ============================================================================
//- constantes descriptions
//- DB_START constantes
static unsigned int DB_START_INPUT_OFFSET = 0;
static unsigned int DB_START_INPUT_LEN = 50;
static unsigned int DB_START_OUTPUT_OFFSET = 0;
static unsigned int DB_START_OUTPUT_LEN = 0;
//- DB_END constantes
static unsigned int DB_END_INPUT_OFFSET = 100;
static unsigned int DB_END_INPUT_LEN = 50;
static unsigned int DB_END_OUTPUT_OFFSET = 0;
static unsigned int DB_END_OUTPUT_LEN = 0;
//- DB_WRITE constantes
static unsigned int DB_WRITE_INPUT_OFFSET = 0;
static unsigned int DB_WRITE_INPUT_LEN = 0;
static unsigned int DB_WRITE_OUTPUT_OFFSET = 0;
static unsigned int DB_WRITE_OUTPUT_LEN = 100;
} //- namespace
#endif //- __TYPES_AND_CONSTS_H__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment