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