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