PLCnext API Documentation 25.0.2.69
DiagnosisDirection.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{
22
24 Input = 8192,
25
27 output = 16384,
28
30 InputOutput = 24576,
31};
32
34// global stream operators of enum DiagnosisDirection for logging and parsing
35ARP_EXPORT std::ostream& operator<<(std::ostream& os, DiagnosisDirection value);
36ARP_EXPORT std::istream& operator>>(std::istream& is, DiagnosisDirection& value);
37
38} // end of namespace Arp::Io::ProfinetStack::Controller::Services
39
41// template specialization of DiagnosisDirection formatter
42template<> struct fmt::formatter<Arp::Io::ProfinetStack::Controller::Services::DiagnosisDirection> : public fmt::ostream_formatter {};
std::uint16_t uint16
The Arp unsigned integer type of 2 byte size.
Definition: PrimitiveTypes.hpp:29
Namespace for Profinet I/O controller services
DiagnosisDirection
Contains the defined values for the direction of a submodule channel
Definition: DiagnosisDirection.hpp:19
@ Input
The node is an input port.
Root namespace for the PLCnext API