|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IService () |
| virtual void | ConfigLogLevel (M_Dialogue::DialogueCategoryKind::Type Level) |
| virtual void | CmdSelectInputChoice (M_Common::ObjectIdType const &DialogueId, M_Common::StringListType const &SelectedInput) |
| virtual void | NotifyTextMessage (std::string const &Text, M_Dialogue::DialogueCategoryOptionalType const &MessageType) |
Service interface. Contains operations that a client can command the dialogue service to perform.
|
virtual |
|
virtual |
Select an action as response to the input choice reported by the service for the current test.
| DialogueId | Identifier of the currently active dialog. |
| SelectedInput | The selected input from the InputSelectionList provided in ReportInputChoice(). |
|
virtual |
Configure log level.
| Level | Level. |
|
virtual |
Notify about an arbitrary text message, e.g. for logging purposes.
| Text | Text. |
| MessageType | Message/log type. |