ADTF
Loading...
Searching...
No Matches
ISampleLog::tSampleLogTransmitReceiveState

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.
 

Detailed Description

Storage structure for the Additional info buffer of an MSLEE_TransmitReceiveState.

See also
cSampleLogEntryTransmitReceiveStateBuffer.

Definition at line 120 of file samplelog_intf.h.

Member Data Documentation

◆ sSampleId

tSampleLogSampleID sSampleId

sample id last logged on the ui64LogCreatorID.

Definition at line 127 of file samplelog_intf.h.

◆ tmEntryTime

tTimeStamp tmEntryTime

Time of the ui32EventID.

Definition at line 125 of file samplelog_intf.h.

◆ ui32EventID

last log event happened on the ui64LogCreatorID.

Definition at line 129 of file samplelog_intf.h.

◆ ui64LogCreatorID

tSampleLogEntryCreatorID ui64LogCreatorID

Log creator ID of the receive state.

Definition at line 123 of file samplelog_intf.h.