onboardapi  9.10.0
by Rheinmetall
M_ErrorMemory::IService Class Reference

Public Member Functions

virtual ~IService ()
 
virtual void CmdCreateEntry (M_ErrorMemory::ErrorEntryType const &Value)
 
virtual void CmdDeleteEntry (std::string const &KeyId)
 
virtual void CmdDeleteAll ()
 Delete all error memory entries. More...
 

Detailed Description

Service interface. Contains operations that a client can command the error memory service to perform.

Constructor & Destructor Documentation

◆ ~IService()

M_ErrorMemory::IService::~IService ( )
virtual

Member Function Documentation

◆ CmdCreateEntry()

void M_ErrorMemory::IService::CmdCreateEntry ( M_ErrorMemory::ErrorEntryType const &  Value)
virtual

Create an error entry.

Parameters
ValueValue to set.

◆ CmdDeleteAll()

void M_ErrorMemory::IService::CmdDeleteAll ( )
virtual

Delete all error memory entries.

◆ CmdDeleteEntry()

void M_ErrorMemory::IService::CmdDeleteEntry ( std::string const &  KeyId)
virtual

Delete an error entry.

Parameters
KeyId