PLCnext API Documentation  21.0.0.35466
Classes | Enumerations | Functions
Arp::Services::NotificationLogger::Services Namespace Reference

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)
 

Detailed Description

Namespace for services of the NotificationLogger

Enumeration Type Documentation

◆ SortOrder

Definition how to sort the queried notifications

Enumerator
None 

Do not sort

TimestampAsc 

sort by timestamp ascending

TimestampDesc 

sort by timestamp descending