Shared Persistent Heap Data Environment Manual
1.1.0
|
sphLogEntry_t. Fields defining the entry details word. More...
#include <sphlflogger.h>
Public Attributes | |
unsigned int | valid: 1 |
unsigned int | timestamped: 1 |
unsigned int | __reserved: 2 |
unsigned int | category: 12 |
unsigned int | subcat: 8 |
unsigned int | len: 8 |
sphLogEntry_t. Fields defining the entry details word.
unsigned int sphLogEntryLayout_t::__reserved |
reserved
unsigned int sphLogEntryLayout_t::category |
Application defined Event category code
unsigned int sphLogEntryLayout_t::len |
Length of this entry
unsigned int sphLogEntryLayout_t::subcat |
Application defined Event sub-category code
unsigned int sphLogEntryLayout_t::timestamped |
Boolean: Indicates that this entry is time stamped.
unsigned int sphLogEntryLayout_t::valid |
Boolean: Indicates that this entry is valid (complete).