|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IService () |
| virtual void | ConfigAllowTest (bool IsAllowed) |
| virtual void | CmdStartTest (std::string const &Action) |
| virtual void | CmdCancelTest () |
| Cmd to stop a currently running test. More... | |
| virtual void | RequestHistoricalRecords (M_BuiltInTestCtrl::HistoricalBitRecordParamsType const &RecordParams, uint16_t MaxNoRecords) |
Service interface. Contains operations that a client can command the BITE Control Service to perform.
|
virtual |
|
virtual |
Cmd to stop a currently running test.
|
virtual |
Start a test from the list of supported actions reported by the service.
| Action | Name of which supported action to start. |
|
virtual |
Configure if tests should be allowed to be started.
| IsAllowed | Indicates if tests should be allowed to be started (true) or not (false). |
|
virtual |
Request historical records from the service.
| RecordParams | Parameters of the requested records. |
| MaxNoRecords | Maximum number of records the service should respond with. Note: No more than 100 records can be requested at one time. Range 1 - 100 |