|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IService () |
| virtual void | CmdIsActuationAlive () |
| virtual void | ConfigActuationComponentReference (std::string const &KeyId, M_ActuationCtrl::ActuationCommandType const &ReferenceState, bool StorePersistently, bool IsRemoved) |
| virtual void | NotifyActuationComponentCommand (std::string const &KeyId, M_ActuationCtrl::ActuationCommandType const &Command) |
Actuator control service interface. Contains operations that a client can command the actuation control service to perform.
|
virtual |
Reimplemented in M_Manipulator::IService.
|
virtual |
Command to check if actuation control service is alive. If the service is not available, then an exception will be thrown.
|
virtual |
Notify to set the reference state of a specific actuation component.
| KeyId | Identifies the actuation component. |
| ReferenceState | Actuation component reference state. |
| StorePersistently | Indicates whether to store the reference state persistently. |
| IsRemoved |
|
virtual |
Notify to command value of a specific actuation component.
| KeyId | Identifies the actuation component. |
| Command | Actuation component input. |