8#include "Arp/Base/Core/Enum.hxx"
38ARP_EXPORT std::ostream& operator<<(std::ostream& os,
SortOrder value);
39ARP_EXPORT std::istream& operator>>(std::istream& is,
SortOrder& value);
45template<>
struct fmt::formatter<
Arp::Services::NotificationLogger::Services::SortOrder> :
public fmt::ostream_formatter {};
std::int32_t int32
The Arp integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:35
Namespace for services of the NotificationLogger
SortOrder
Definition how to sort the queried notifications
Definition: SortOrder.hpp:19
@ TimestampAsc
sort by timestamp ascending
@ TimestampDesc
sort by timestamp descending
Root namespace for the PLCnext API