SELKIELogger
1.0.0
|
Logging thread information. More...
Public Attributes | |
char * | tag |
Tag/source name for messages etc. | |
char * | type |
Data source type. | |
msgqueue * | logQ |
Main message queue. Pushed to by threads, consumed by main() | |
program_state * | pstate |
Current program state, used for logging. | |
device_callbacks | funcs |
Callback information for this device/thread. | |
void * | dParams |
Device/Thread specific data. | |
int | returnCode |
Thread return code (output) | |
Logging thread information.
This will be allocated by the main Logger thread, and used to pass information to the device specific threads for initialisation, logging and shutdown.
Definition at line 86 of file Logger.h.in.