|
Robot Agent
1.0
|
Go to the source code of this file.
Data Structures | |
| struct | s_VICTIM_STRUCT |
| Victim structure. More... | |
| struct | s_COMMAND_STRUCT |
| Command structure. More... | |
| struct | s_STREAM_STRUCT |
| Stream structure. More... | |
Macros | |
| #define | s_TRUE 1 |
| #define | s_FALSE 0 |
| #define | s_OK 0 |
| #define | s_ERROR -1 |
| #define | s_DATA_STRUCT_TYPE_ROBOT 0 |
| #define | s_DATA_STRUCT_TYPE_VICTIM 1 |
| #define | s_DATA_STRUCT_TYPE_PHEROMONE 2 |
| #define | s_DATA_STRUCT_TYPE_CMD 3 |
| #define | s_DATA_STRUCT_TYPE_STREAM 4 |
| #define | s_CMD_START 0 |
| #define | s_CMD_STOP 1 |
| #define | s_CMD_GO_AHEAD 2 |
Typedefs | |
| typedef struct s_VICTIM_STRUCT | victim_t |
| Victim structure. More... | |
| typedef struct s_COMMAND_STRUCT | command_t |
| Command structure. More... | |
| typedef struct s_STREAM_STRUCT | stream_t |
| Stream structure. More... | |
| typedef struct s_COMMAND_STRUCT command_t |
Command structure.
| typedef struct s_STREAM_STRUCT stream_t |
Stream structure.
| typedef struct s_VICTIM_STRUCT victim_t |
Victim structure.
1.8.5