ADTF
Loading...
Searching...
No Matches
adtf::streaming::ant::ISampleLog::IGetLogEntryCallback Class Referenceabstract

#include <samplelog_intf.h>

Inherited by adtf::streaming::ant::cSampleLogEntryList.

Public Member Functions

virtual tResult GetIt (const tSampleLogEntry &sLogEntry)=0
 

Detailed Description

Used class to callback within the the ISampleLog::GetLogEntries

Member Function Documentation

◆ GetIt()

virtual tResult adtf::streaming::ant::ISampleLog::IGetLogEntryCallback::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 adtf::streaming::ant::cSampleLogEntryList.


The documentation for this class was generated from the following file: