PLCnext API Documentation 23.6.0.37
DiagnosisDirection.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 Io { namespace ProfinetStack { namespace Controller { namespace Services
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_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os, DiagnosisDirection value);
36ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is, DiagnosisDirection& value);
37
38}}}}} // end of namespace Arp::Io::ProfinetStack::Controller::Services
std::uint16_t uint16
The Arp unsigned integer type of 2 byte size.
Definition: PrimitiveTypes.hpp:32
DiagnosisDirection
Contains the defined values for the direction of a submodule channel
Definition: DiagnosisDirection.hpp:19
Root namespace for the PLCnext API