internal callback class to get valid names for the cSampleLogEntry::ToString function
More...
#include <samplelogentry.h>
|
| virtual adtf_util::cString | GetThreadName (uint64_t ui64ProcId, int32_t i32ThreadId) const=0 |
| |
| virtual adtf_util::cString | GetHandleName (tHandle hHandle) const=0 |
| |
internal callback class to get valid names for the cSampleLogEntry::ToString function
◆ GetHandleName()
| virtual adtf_util::cString adtf::streaming::ant::cSampleLogEntry::IHandleInfo::GetHandleName |
( |
tHandle | hHandle | ) |
const |
|
pure virtual |
This function need to be implemented to get a valid name for a handle.
- Parameters
-
| hHandle | [in] The Unique Handle. |
- Returns
- String with a valid name. Return a empty string if not known or "unknown"
◆ GetThreadName()
| virtual adtf_util::cString adtf::streaming::ant::cSampleLogEntry::IHandleInfo::GetThreadName |
( |
uint64_t | ui64ProcId, |
|
|
int32_t | i32ThreadId ) const |
|
pure virtual |
This function need to be implemented to get a valid name for a ThreadID.
- Parameters
-
| ui64ProcId | [in] ProcessID |
| i32ThreadId | [in] ThreadID |
- Returns
- String with a valid name. Return a empty string if not known or "unknown"
The documentation for this class was generated from the following file: