onboardapi  9.10.0
by Rheinmetall
M_Alignment::CmdAllowExternalAlignment Struct Reference

Command to allow external alignment. More...

Public Member Functions

 CmdAllowExternalAlignment ()
 
 CmdAllowExternalAlignment (std::string const &ComponentId, bool IsAllowed)
 

Public Attributes

std::string ComponentId
 Identifies the device/component to be aligned. More...
 
bool IsAllowed
 Indicates whether to allow external alignment. More...
 

Detailed Description

Command to allow external alignment.

Constructor & Destructor Documentation

◆ CmdAllowExternalAlignment() [1/2]

M_Alignment::CmdAllowExternalAlignment::CmdAllowExternalAlignment ( )

◆ CmdAllowExternalAlignment() [2/2]

M_Alignment::CmdAllowExternalAlignment::CmdAllowExternalAlignment ( std::string const &  ComponentId,
bool  IsAllowed 
)

Member Data Documentation

◆ ComponentId

std::string M_Alignment::CmdAllowExternalAlignment::ComponentId

Identifies the device/component to be aligned.

◆ IsAllowed

bool M_Alignment::CmdAllowExternalAlignment::IsAllowed

Indicates whether to allow external alignment.