|
MASA-Core
|
#include <pthread.h>#include <sys/time.h>#include <string>#include <map>#include <set>#include "command/Command.hpp"#include "../common/exceptions/IOException.hpp"#include "MasaNetCallbacks.hpp"Go to the source code of this file.
Classes | |
| class | Peer |
Defines | |
| #define | TYPE_CLI (0) |
| #define | TYPE_PROCESSING_NODE (1) |
| #define | TYPE_GATEWAY (2) |
| #define | TYPE_UNKNOWN (-1) |
| #define | RING_NONE (0) |
| #define | RING_RIGHT (+1) |
| #define | RING_LEFT (-1) |
| #define | CONNECTION_TYPE_UNKNOWN (0) |
| #define | CONNECTION_TYPE_CTRL (1) |
| #define | CONNECTION_TYPE_DATA (2) |
Typedefs | |
| typedef Command *(* | cmd_creator_f )() |
| #define CONNECTION_TYPE_CTRL (1) |
| #define CONNECTION_TYPE_DATA (2) |
| #define CONNECTION_TYPE_UNKNOWN (0) |
| #define RING_RIGHT (+1) |
| #define TYPE_GATEWAY (2) |
| #define TYPE_PROCESSING_NODE (1) |
| #define TYPE_UNKNOWN (-1) |
| typedef Command*(* cmd_creator_f)() |
1.7.6.1