|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| CmdAlignmentState () | |
| CmdAlignmentState (std::string const &ComponentId, bool IsActive, M_Common::BooleanOptionalType const &ParallaxCorrection) | |
Public Attributes | |
| std::string | ComponentId |
| Identifies the device/component to be aligned. More... | |
| bool | IsActive |
| Activates (true) or deactivates (false) a alignment session. More... | |
| M_Common::BooleanOptionalType | ParallaxCorrection |
| Indicates if parallax correction should be used (true) or not (false). More... | |
Command state of alignment session. Note: On deactivation, all unsaved alignment values will be discarded.
| M_Alignment::CmdAlignmentState::CmdAlignmentState | ( | ) |
| M_Alignment::CmdAlignmentState::CmdAlignmentState | ( | std::string const & | ComponentId, |
| bool | IsActive, | ||
| M_Common::BooleanOptionalType const & | ParallaxCorrection | ||
| ) |
| std::string M_Alignment::CmdAlignmentState::ComponentId |
Identifies the device/component to be aligned.
| bool M_Alignment::CmdAlignmentState::IsActive |
Activates (true) or deactivates (false) a alignment session.
| M_Common::BooleanOptionalType M_Alignment::CmdAlignmentState::ParallaxCorrection |
Indicates if parallax correction should be used (true) or not (false).