PLCnext API Documentation 25.0.2.69
SortOrder.hpp
1
2//
3// Copyright Phoenix Contact GmbH & Co. KG
4//
6#pragma once
8#include "Arp/Base/Core/Enum.hxx"
9
10// DO NOT MODIFY THIS FILE, THIS FILE IS AUTOGENERATED
11
13{
14
18enum class SortOrder : int32
19{
23 None = 0,
24
28 TimestampAsc = 1,
29
33 TimestampDesc = 2,
34};
35
37// global stream operators of enum SortOrder for logging and parsing
38ARP_EXPORT std::ostream& operator<<(std::ostream& os, SortOrder value);
39ARP_EXPORT std::istream& operator>>(std::istream& is, SortOrder& value);
40
41} // end of namespace Arp::Services::NotificationLogger::Services
42
44// template specialization of SortOrder formatter
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
Root namespace for the PLCnext API