#include <queue>
#include "AP_Types.h"
#include "AP_Logger.h"
#include "AP_String.h"
#include "AP_ThreadSemaphore.h"
#include "AP_ThreadCriticalSection.h"
Data Structures | |
class | AP_ThreadQueueBase< _Ty > |
Namespaces | |
namespace | AP |
Architecture Platform. | |
Defines | |
#define | AP_QUEUE_MAX_SIZE 256 |
Typedefs | |
typedef AP_ThreadQueueBase < AP_String > | AP_ThreadQueue |
#define AP_QUEUE_MAX_SIZE 256 |