PLCnext API Documentation 23.6.0.37
SortOrder.hpp
1
2//
3// Copyright PHOENIX CONTACT Electronics GmbH
4//
6#pragma once
8#include "Arp/System/Core/Enum.hxx"
9
10// DO NOT MODIFY THIS FILE, THIS FILE IS AUTOGENERATED
11
12namespace Arp { namespace Services { namespace NotificationLogger { namespace Services
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_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os, SortOrder value);
39ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is, SortOrder& value);
40
41}}}} // end of namespace Arp::Services::NotificationLogger::Services
std::int32_t int32
The Arp integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:38
SortOrder
Definition how to sort the queried notifications
Definition: SortOrder.hpp:19
Root namespace for the PLCnext API