ADTF  3.18.2
ISampleLog::IGetLogEntryCallbackabstract

Used class to callback within the the ISampleLog::GetLogEntries. More...

Inheritance diagram for ISampleLog::IGetLogEntryCallback:
[legend]

Public Member Functions

virtual tResult GetIt (const tSampleLogEntry &sLogEntry)=0
 Needs to be implemented to get Entries via ISampleLog::GetLogEntries call. More...
 

Detailed Description

Used class to callback within the the ISampleLog::GetLogEntries.

Definition at line 136 of file samplelog_intf.h.

Member Function Documentation

◆ GetIt()

virtual tResult GetIt ( const tSampleLogEntry sLogEntry)
pure virtual

Needs to be implemented to get Entries via ISampleLog::GetLogEntries call.

Parameters
sLogEntry[in] The log entry.
Returns
Return a standard result code. Usually if error is returned, the ISampleLog::GetLogEntries will break and forward the error code to the caller.

Implemented in cSampleLogEntryList.