FEDRA emulsion software from the OPERA Collaboration
PAVProtocolDef.h File Reference
#include "inttypes.h"
Include dependency graph for PAVProtocolDef.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PAVPROT_BUSY   2
 
#define PAVPROT_CANCELED   3
 
#define PAVPROT_CLIENTVERSION   0.2
 
#define PAVPROT_ERROR   1
 
#define PAVPROT_FINISHED   4
 
#define PAVPROT_MSGERROR   7
 
#define PAVPROT_MSGRAW   2
 
#define PAVPROT_MSGRAW   2
 
#define PAVPROT_MSGXML   1
 
#define PAVPROT_NODE_GMP   "GetModuleParams"
 
#define PAVPROT_NODE_GPP   "GetPathParams"
 
#define PAVPROT_NODE_MARKS   "FindMarks"
 
#define PAVPROT_NODE_MESS   "Message"
 
#define PAVPROT_NODE_ROOT   "PAVProtocol"
 
#define PAVPROT_NODE_SMP   "SetModuleParams"
 
#define PAVPROT_NODE_SPP   "SetPathParams"
 
#define PAVPROT_NODE_START   "Start"
 
#define PAVPROT_NODE_STOP   "Stop"
 
#define PAVPROT_OK   0
 
#define PAVPROT_SEQVIOLATION   5
 
#define PAVPROT_VERSION   1
 
#define PAVPROT_XMLERROR   6
 

Typedefs

typedef float float32
 
typedef double float64
 
typedef int16_t int16
 
typedef int32_t int32
 
typedef int64_t int64
 
typedef int64 Int64
 
typedef int8_t int8
 
typedef uint16_t uint16
 
typedef uint32_t uint32
 
typedef uint64_t uint64
 
typedef uint8_t uint8
 

Macro Definition Documentation

◆ PAVPROT_BUSY

#define PAVPROT_BUSY   2

◆ PAVPROT_CANCELED

#define PAVPROT_CANCELED   3

◆ PAVPROT_CLIENTVERSION

#define PAVPROT_CLIENTVERSION   0.2

◆ PAVPROT_ERROR

#define PAVPROT_ERROR   1

◆ PAVPROT_FINISHED

#define PAVPROT_FINISHED   4

◆ PAVPROT_MSGERROR

#define PAVPROT_MSGERROR   7

◆ PAVPROT_MSGRAW [1/2]

#define PAVPROT_MSGRAW   2

◆ PAVPROT_MSGRAW [2/2]

#define PAVPROT_MSGRAW   2

◆ PAVPROT_MSGXML

#define PAVPROT_MSGXML   1

◆ PAVPROT_NODE_GMP

#define PAVPROT_NODE_GMP   "GetModuleParams"

◆ PAVPROT_NODE_GPP

#define PAVPROT_NODE_GPP   "GetPathParams"

◆ PAVPROT_NODE_MARKS

#define PAVPROT_NODE_MARKS   "FindMarks"

◆ PAVPROT_NODE_MESS

#define PAVPROT_NODE_MESS   "Message"

◆ PAVPROT_NODE_ROOT

#define PAVPROT_NODE_ROOT   "PAVProtocol"

◆ PAVPROT_NODE_SMP

#define PAVPROT_NODE_SMP   "SetModuleParams"

◆ PAVPROT_NODE_SPP

#define PAVPROT_NODE_SPP   "SetPathParams"

◆ PAVPROT_NODE_START

#define PAVPROT_NODE_START   "Start"

◆ PAVPROT_NODE_STOP

#define PAVPROT_NODE_STOP   "Stop"

◆ PAVPROT_OK

#define PAVPROT_OK   0

◆ PAVPROT_SEQVIOLATION

#define PAVPROT_SEQVIOLATION   5

◆ PAVPROT_VERSION

#define PAVPROT_VERSION   1

◆ PAVPROT_XMLERROR

#define PAVPROT_XMLERROR   6

Typedef Documentation

◆ float32

typedef float float32

◆ float64

typedef double float64

◆ int16

typedef int16_t int16

◆ int32

typedef int32_t int32

◆ int64

typedef int64_t int64

◆ Int64

typedef int64 Int64

◆ int8

typedef int8_t int8

◆ uint16

typedef uint16_t uint16

◆ uint32

typedef uint32_t uint32

◆ uint64

typedef uint64_t uint64

◆ uint8

typedef uint8_t uint8