|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IService () |
| virtual void | ConfigTerminalState (M_TerminalCtrl::TerminalRequiredStateType const &State, bool IsRemoved) |
| virtual void | ConfigMenuLanguage (std::string const &MenuLanguage) |
| virtual void | CmdExitMenu () |
| Cmd to force the Terminal to exit the current menu. More... | |
| virtual void | CmdIsTerminalAlive () |
| virtual void | CmdSetBlackoutMode (bool Enable) |
Terminal Control Service interface. Contains operations that a client can command the Terminal Control Service to perform.
|
virtual |
|
virtual |
Cmd to force the Terminal to exit the current menu.
|
virtual |
|
virtual |
Cmd to set terminal in blackout mode. Blackout mode turns off all lighting for the complete terminal.
| Enable | Indicates if blackout mode should be enabled (true) or disabled (false). |
|
virtual |
Configures menu language.
| MenuLanguage | Menu language to select. |
|
virtual |
Configures the state data that a Terminal should use.
| State | Current state data to be used by the Terminal. |
| IsRemoved | Indicates if the Terminal is no longer being commanded by the Terminal Manager. |