MASA-Core
Classes | Defines
MasaNetStatus.hpp File Reference
#include "../libmasa/libmasaTypes.hpp"
#include <pthread.h>
#include <string>

Go to the source code of this file.

Classes

class  MasaNetStatus

Defines

#define SERVER_SHUTDOWN   (0)
#define SERVER_LISTENING   (1)
#define STATE_IDLE   (0)
#define STATE_CREATING_RING   (1)
#define STATE_READY   (2)
#define STATE_STARTING   (3)
#define STATE_PROCESSING   (4)
#define STATE_FINISHING   (5)

Define Documentation

#define SERVER_LISTENING   (1)

Definition at line 34 of file MasaNetStatus.hpp.

#define SERVER_SHUTDOWN   (0)

Definition at line 33 of file MasaNetStatus.hpp.

#define STATE_CREATING_RING   (1)

Definition at line 38 of file MasaNetStatus.hpp.

#define STATE_FINISHING   (5)

Definition at line 42 of file MasaNetStatus.hpp.

#define STATE_IDLE   (0)

Definition at line 37 of file MasaNetStatus.hpp.

#define STATE_PROCESSING   (4)

Definition at line 41 of file MasaNetStatus.hpp.

#define STATE_READY   (2)

Definition at line 39 of file MasaNetStatus.hpp.

#define STATE_STARTING   (3)

Definition at line 40 of file MasaNetStatus.hpp.