runMACS
 All Data Structures Files Functions Variables Enumerations Enumerator Macros
Macros
RocServer.cpp File Reference
#include <RocServer.h>
#include <iostream>
#include <chrono>

Go to the source code of this file.

Macros

#define MSG_REQUEST   (2)
 
#define MSG_REPLY   (3)
 
#define MSG_HEARTBEAT   (4)
 
#define MSG_DISCONNECT   (5)
 
#define MAX_LIVENESS   (3)
 
#define HB_INTERVALL   (1000)
 

Macro Definition Documentation

#define HB_INTERVALL   (1000)

Definition at line 18 of file RocServer.cpp.

#define MAX_LIVENESS   (3)

Definition at line 16 of file RocServer.cpp.

#define MSG_DISCONNECT   (5)

Definition at line 14 of file RocServer.cpp.

#define MSG_HEARTBEAT   (4)

Definition at line 13 of file RocServer.cpp.

#define MSG_REPLY   (3)

Definition at line 12 of file RocServer.cpp.

#define MSG_REQUEST   (2)

Definition at line 11 of file RocServer.cpp.