Agora
1.2.0
Agora project
|
#include <message.h>
Public Member Functions | |
EventData (EventType event_type) | |
EventData (EventType event_type, size_t tag) | |
EventData ()=default | |
Public Attributes | |
EventType | event_type_ |
uint32_t | num_tags_ {0} |
std::array< size_t, kMaxTags > | tags_ |
Static Public Attributes | |
static constexpr size_t | kMaxTags = 7 |
Agora uses these event messages for communication between threads. Each tag encodes information about a task.
|
inlineexplicit |
|
inline |
|
default |
EventType EventData::event_type_ |
|
staticconstexpr |
uint32_t EventData::num_tags_ {0} |
std::array<size_t, kMaxTags> EventData::tags_ |