|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IClient () |
| virtual void | ReportBitCtrlSettings (M_BuiltInTestCtrl::BitCtrlSettingsType const &Settings) |
| virtual void | ReportBitCtrlStatus (M_BuiltInTestCtrl::BitCtrlStatusType const &Status, bool IsRemoved) |
| virtual void | ResponseHistoricalRecords (M_BuiltInTestCtrl::HistoricalBitRecordParamsType const &RecordParams, M_BuiltInTestCtrl::BitRecordListType const &RecordList, uint32_t TotalNoFilteredRecords) |
BITE Control Client interface. Contains callback operations from the BITE Control Service to the Client.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Response with historical records provided in response to a specific request.
Note: If no matching historical records can be found in the service, then the Service should respond with an empty record list.
| RecordParams | Parameters of the requested reports. |
| RecordList | The list of requested historical records. |
| TotalNoFilteredRecords | The total number of records stored in the service which matches the requested filter expression. |