|
onboardapi
9.10.0
by Rheinmetall
|
Store an axis rotation, identified by a string key. More...
Public Member Functions | |
| ConfigStoreAxisRotations () | |
| ConfigStoreAxisRotations (std::string const &KeyDatasetId, M_KinematicChain::AxisRotationListType const &AxisRotations, bool IsRemoved) | |
Public Attributes | |
| std::string | KeyDatasetId |
| Identifies the axis rotation to be stored. More... | |
| M_KinematicChain::AxisRotationListType | AxisRotations |
| Axis rotations. More... | |
| bool | IsRemoved |
Store an axis rotation, identified by a string key.
| M_KinematicChain::ConfigStoreAxisRotations::ConfigStoreAxisRotations | ( | ) |
| M_KinematicChain::ConfigStoreAxisRotations::ConfigStoreAxisRotations | ( | std::string const & | KeyDatasetId, |
| M_KinematicChain::AxisRotationListType const & | AxisRotations, | ||
| bool | IsRemoved | ||
| ) |
| M_KinematicChain::AxisRotationListType M_KinematicChain::ConfigStoreAxisRotations::AxisRotations |
Axis rotations.
| bool M_KinematicChain::ConfigStoreAxisRotations::IsRemoved |
Indicates if the payload is no longer available Note: This will always be set to true when the instance has been shut down After this has been set to true, the payload will no longer be available to late joiners.
| std::string M_KinematicChain::ConfigStoreAxisRotations::KeyDatasetId |
Identifies the axis rotation to be stored.