PLCnext API Documentation 25.0.2.69
NetloadLimiterErrorCode.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
19{
23 None = 0,
24
29
33 OutOfRange = 2,
34
38 NotSupported = 3,
39
43 InternalError = 4,
44};
45
47// global stream operators of enum NetloadLimiterErrorCode for logging and parsing
48ARP_EXPORT std::ostream& operator<<(std::ostream& os, NetloadLimiterErrorCode value);
49ARP_EXPORT std::istream& operator>>(std::istream& is, NetloadLimiterErrorCode& value);
50
51} // end of namespace Arp::Hardware::Nim::Services
52
54// template specialization of NetloadLimiterErrorCode formatter
55template<> struct fmt::formatter<Arp::Hardware::Nim::Services::NetloadLimiterErrorCode> : 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 Network Interface Manager
NetloadLimiterErrorCode
This enum contains the error codes for the operations of the netload limiter services.
Definition: NetloadLimiterErrorCode.hpp:19
@ UnknownNetworkInterface
Id of network interface unknown.
Root namespace for the PLCnext API