|
ADTF
|
#include <samplelog_intf.h>
Public Attributes | |
| tSampleLogEntryEventID | ui32EventID |
| the event ID | |
| tSampleLogEntryCreatorID | ui64LogCreatorID |
| tSampleLogEntryThreadID | i32ThreadID |
| the thread ID where the log was made. | |
| tSampleLogEntryProcessID | ui64ProcID |
| the process ID where the log was made. | |
| tTimeStamp | tmEntryTime |
| the stream time when the log was made. | |
| const void * | pAdditionalDataRef |
additional information buffer reference for the entry depending on ui32EventID. | |
| size_t | szAdditionalDataSize |
| additional information buffer size in bytes. | |
Structure for one SampleLog Entry
| tSampleLogEntryEventID adtf::streaming::ant::ISampleLog::tSampleLogEntry::ui32EventID |
the event ID
| tSampleLogEntryCreatorID adtf::streaming::ant::ISampleLog::tSampleLogEntry::ui64LogCreatorID |
the unique ID of the log entry creator (commonly you can receive one by calling IKernelInfoExtended::GetNamedHandle).