ADTF  3.18.2
cSampleLogEntry::IHandleInfoabstract

internal callback class to get valid names for the cSampleLogEntry::ToString function More...

Public Member Functions

virtual adtf_util::cString GetThreadName (uint64_t ui64ProcId, int32_t i32ThreadId) const =0
 This function need to be implemented to get a valid name for a ThreadID. More...
 
virtual adtf_util::cString GetHandleName (tHandle hHandle) const =0
 This function need to be implemented to get a valid name for a handle. More...
 

Detailed Description

internal callback class to get valid names for the cSampleLogEntry::ToString function

Definition at line 26 of file samplelogentry.h.

Member Function Documentation

◆ GetHandleName()

virtual adtf_util::cString 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 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"