PLCnext API Documentation
21.0.0.35466
|
Namespace for services of the NotificationLogger More...
Classes | |
class | INotificationLoggerService |
The NotificationLogger stores Notifications and provides an interface to retrieve them. More... | |
struct | NotificationFilter |
Filter specification to match notification on query or delete More... | |
class | NotificationLoggerServiceProxyFactory |
struct | StoredNotification |
Data structure for notifications from the NotificationLogger More... | |
Enumerations | |
enum | SortOrder : int32 { SortOrder::None = 0, SortOrder::TimestampAsc = 1, SortOrder::TimestampDesc = 2 } |
Definition how to sort the queried notifications More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, SortOrder rhs) |
std::istream & | operator>> (std::istream &is, SortOrder &rhs) |
Namespace for services of the NotificationLogger
|
strong |