ADTF
|
Storage structure for the Additional info buffer of an MSLEE_TransmitReceiveState. More...
#include <samplelog_intf.h>
Public Attributes | |
tSampleLogEntryCreatorID | ui64LogCreatorID |
Log creator ID of the receive state. | |
tTimeStamp | tmEntryTime |
Time of the ui32EventID. | |
tSampleLogSampleID | sSampleId |
sample id last logged on the ui64LogCreatorID. | |
tSampleLogEntryEventID | ui32EventID |
last log event happened on the ui64LogCreatorID. | |
Storage structure for the Additional info buffer of an MSLEE_TransmitReceiveState.
Definition at line 120 of file samplelog_intf.h.
tSampleLogSampleID sSampleId |
sample id last logged on the ui64LogCreatorID.
Definition at line 127 of file samplelog_intf.h.
tTimeStamp tmEntryTime |
Time of the ui32EventID.
Definition at line 125 of file samplelog_intf.h.
tSampleLogEntryEventID ui32EventID |
last log event happened on the ui64LogCreatorID.
Definition at line 129 of file samplelog_intf.h.
tSampleLogEntryCreatorID ui64LogCreatorID |
Log creator ID of the receive state.
Definition at line 123 of file samplelog_intf.h.