onboardapi  9.10.0
by Rheinmetall
M_GenericInputOutput::ReportRegister Struct Reference

Report value of a register. More...

Public Member Functions

 ReportRegister ()
 
 ReportRegister (std::string const &KeyId, M_Common::PropertyType const &Value, bool IsRemoved)
 

Public Attributes

std::string KeyId
 Identifier of the register. More...
 
M_Common::PropertyType Value
 Value of the register. More...
 
bool IsRemoved
 Indicates whether the register value is removed. More...
 

Detailed Description

Report value of a register.

Constructor & Destructor Documentation

◆ ReportRegister() [1/2]

M_GenericInputOutput::ReportRegister::ReportRegister ( )

◆ ReportRegister() [2/2]

M_GenericInputOutput::ReportRegister::ReportRegister ( std::string const &  KeyId,
M_Common::PropertyType const &  Value,
bool  IsRemoved 
)

Member Data Documentation

◆ IsRemoved

bool M_GenericInputOutput::ReportRegister::IsRemoved

Indicates whether the register value is removed.

◆ KeyId

std::string M_GenericInputOutput::ReportRegister::KeyId

Identifier of the register.

◆ Value

M_Common::PropertyType M_GenericInputOutput::ReportRegister::Value

Value of the register.