8#include "Arp/System/Core/Enum.hxx"
12namespace Arp {
namespace Io {
namespace ProfinetStack {
namespace Controller {
namespace Services
35ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os,
DiagnosisDirection value);
36ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is,
DiagnosisDirection& value);
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
@ ManufacturerSpecific
Manufacturer specific direction
@ InputOutput
Input/Output direction
Root namespace for the PLCnext API