#include <string.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
#include <iostream>
#include <DCDT_Agora.h>
#include <DCDT_Defs.h>
#include <sys/time.h>
#include <DCDT_Time.h>
#include <DCDT_Msg.h>
#include <DCDT_ctrace.h>
Go to the source code of this file.
Classes | |
struct | _SubsMsgElem |
Structure needed to keep track of various member's subscriptions. More... | |
class | DCDT_PostOffice |
Data structures and method to subscribe, insert, delete and read messages. More... | |
Defines | |
#define | POSTOFFICE_SLWB 1 |
#define | POSTOFFICE_SLWDC 2 |
#define | POSTOFFICE_SLWSM 3 |
#define | BLOCKING true |
#define | NOBLOCKING false |
#define | MSG_ALL_TYPES 0 |
Typedefs | |
typedef _SubsMsgElem | SubsMsgTypeElem |
Structure needed to keep track of various member's subscriptions. |
|
Definition at line 84 of file DCDT_PostOffice.h. |
|
Definition at line 88 of file DCDT_PostOffice.h. |
|
Definition at line 85 of file DCDT_PostOffice.h. |
|
|
|
|
Structure needed to keep track of various member's subscriptions.
|