|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IService () |
| virtual void | CmdCreateCamera (std::string const &KeyId, M_Camera::CameraSettingsType const &CameraSettings) |
| virtual void | CmdUpdateCamera (std::string const &KeyId, M_Camera::CameraSettingsType const &CameraSettings) |
| virtual void | CmdDeleteCamera (std::string const &KeyId) |
CameraManager Service interface. Contains operations that a client can command the CameraManager Service to perform.
|
virtual |
|
virtual |
Create a camera with id.
| KeyId | The id of the camera to create. |
| CameraSettings | The setttings of the camera. |
|
virtual |
Delete the camera.
| KeyId | The id of the camera to delete. |
|
virtual |
Update the camera.
| KeyId | The id of the camera to update. |
| CameraSettings | The updated setttings of the camera. |