onboardapi  9.10.0
by Rheinmetall
M_ErrorMemory::IClient Class Reference

Public Member Functions

virtual ~IClient ()
 
virtual void ReportEntry (std::string const &KeyId, M_ErrorMemory::ErrorEntryType const &Value, bool IsRemoved)
 

Detailed Description

Client interface. Contains callback operations from the error memory service to the client.

Constructor & Destructor Documentation

◆ ~IClient()

M_ErrorMemory::IClient::~IClient ( )
virtual

Member Function Documentation

◆ ReportEntry()

void M_ErrorMemory::IClient::ReportEntry ( std::string const &  KeyId,
M_ErrorMemory::ErrorEntryType const &  Value,
bool  IsRemoved 
)
virtual

Report an error entry.

Parameters
KeyIdIdentifies the key of the error entry.
ValueError entry.
IsRemovedIndicates if the entry is no longer available. Note: This will always be set to true when a service has been shut down. After this has been set to true, the status will no longer be available to late joiners.