Event structure, exchanged between DABC threads.
More...
#include <dabc/Thread.h>
Event structure, exchanged between DABC threads.
Definition at line 70 of file Thread.h.
◆ EventId() [1/5]
dabc::EventId::EventId |
( |
| ) |
|
|
inline |
◆ EventId() [2/5]
dabc::EventId::EventId |
( |
const EventId & |
src | ) |
|
|
inline |
◆ EventId() [3/5]
dabc::EventId::EventId |
( |
uint16_t |
code | ) |
|
|
inline |
◆ EventId() [4/5]
dabc::EventId::EventId |
( |
uint16_t |
code, |
|
|
uint16_t |
item |
|
) |
| |
|
inline |
◆ EventId() [5/5]
dabc::EventId::EventId |
( |
uint16_t |
code, |
|
|
uint16_t |
item, |
|
|
uint32_t |
arg |
|
) |
| |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
EventId& dabc::EventId::operator= |
( |
uint64_t |
_value | ) |
|
|
inline |
◆ isnull()
bool dabc::EventId::isnull |
( |
| ) |
const |
|
inline |
◆ notnull()
bool dabc::EventId::notnull |
( |
| ) |
const |
|
inline |
◆ GetCode()
uint16_t dabc::EventId::GetCode |
( |
| ) |
const |
|
inline |
◆ GetItem()
uint16_t dabc::EventId::GetItem |
( |
| ) |
const |
|
inline |
◆ GetArg()
uint32_t dabc::EventId::GetArg |
( |
| ) |
const |
|
inline |
◆ asstring()
std::string dabc::EventId::asstring |
( |
| ) |
const |
◆ Null()
static EventId dabc::EventId::Null |
( |
| ) |
|
|
inlinestatic |
◆ value
uint64_t dabc::EventId::value |
The documentation for this struct was generated from the following files: