onboardapi  9.10.0
by Rheinmetall
M_Device::CmdSetValueIncrementally Struct Reference

Incrementally change a specified value. More...

Public Member Functions

 CmdSetValueIncrementally ()
 
 CmdSetValueIncrementally (std::string const &Id, M_Common::PropertyType const &Value)
 

Public Attributes

std::string Id
 Identifies the component/location. More...
 
M_Common::PropertyType Value
 Value to change. More...
 

Detailed Description

Incrementally change a specified value.

Constructor & Destructor Documentation

◆ CmdSetValueIncrementally() [1/2]

M_Device::CmdSetValueIncrementally::CmdSetValueIncrementally ( )

◆ CmdSetValueIncrementally() [2/2]

M_Device::CmdSetValueIncrementally::CmdSetValueIncrementally ( std::string const &  Id,
M_Common::PropertyType const &  Value 
)

Member Data Documentation

◆ Id

std::string M_Device::CmdSetValueIncrementally::Id

Identifies the component/location.

◆ Value

M_Common::PropertyType M_Device::CmdSetValueIncrementally::Value

Value to change.