PLCnext API Documentation 26.0.1.58
ArDataAccessError.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
28 NotExists = 1,
29
33 NotAuthorized = 2,
34
42 TypeMismatch = 3,
43
51
59
66 PortNameSemanticError = 5,
67
74 IndexOutOfRange = 6,
75
79 NotImplemented = 7,
80
84 NotSupported = 8,
85};
86
88// global stream operators of enum ArDataAccessError for logging and parsing
89ARP_EXPORT std::ostream& operator<<(std::ostream& os, ArDataAccessError value);
90ARP_EXPORT std::istream& operator>>(std::istream& is, ArDataAccessError& value);
91
92} // end of namespace Arp::Io::ProfinetStack::Controller::Services
93
95// template specialization of ArDataAccessError formatter
96template<> struct fmt::formatter<Arp::Io::ProfinetStack::Controller::Services::ArDataAccessError> : public fmt::ostream_formatter {};
std::uint8_t uint8
The Arp unsigned integer type of 1 byte size.
Definition: PrimitiveTypes.hpp:25
Namespace for Profinet I/O controller services
ArDataAccessError
This enumeration contains the possible AR data access errors.
Definition: ArDataAccessError.hpp:19
@ AttributeNameSemanticError
The semantic of the name of the attribute as given during a write or read operation is semantically n...
@ AttributeNameSyntaxError
The name of the attribute as given during a write or read operation is syntactically not correct.
Root namespace for the PLCnext API