|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IClient () |
| virtual void | ReportActuationCtrlSettings (M_ActuationCtrl::ActuationCtrlSettingsType const &Settings) |
| virtual void | ReportActuationComponentStatus (std::string const &KeyId, M_ActuationCtrl::ActuationStatusType const &Status, bool IsRemoved) |
Actuator control client interface. Contains callback operations from the actuation control service to a client.
|
virtual |
Reimplemented in M_Manipulator::IClient.
|
virtual |
Report the current status of a specific actuation component.
| KeyId | Identifies the actuation component. |
| Status | Actuation component output. |
| IsRemoved | Indicates if the status is no longer available. Note: This will always be set to true when a service has been shut down. After this has been set to true, the status will no longer be available to late joiners. |
|
virtual |
Report the static settings of the actuation control service.
| Settings | Settings of the actuation control service. |