|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IService () |
| virtual void | ConfigWatch (std::string const &KeyWatchedClientId, std::string const &KeyAssociatedServiceName, M_Common::StringListType const &WatchedOperations, bool IsRemoved) |
Watchdog service interface. Contains operations that a client can command the watchdog service to perform.
|
virtual |
|
virtual |
Configure to watch a specified function.
| KeyWatchedClientId | Identifies the client whose operations are to be watched. |
| KeyAssociatedServiceName | Identifies the service name corresponding to the client that executes the operations to be watched. |
| WatchedOperations | List of operations issued by the client to be watched. Note: If empty, all watchable operations should be watched. |
| IsRemoved | Indicates to the service whether the specific watch should be removed. |