PLCnext API Documentation 24.0.0.71
PnStationType.hpp
1
2//
3// Copyright PHOENIX CONTACT Electronics GmbH
4//
6#pragma once
8#include "Arp/System/Core/Enum.hxx"
9
10namespace Arp { namespace System { namespace NmPayload { namespace Io { namespace ProfinetStack
11{
12
13enum class ARP_CXX_SYMBOL_EXPORT PnStationType
14{
15 Controller,
16 Device,
17};
18
20// global stream operators of enum PnStationType for logging and parsing
21ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os, PnStationType value);
22ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is, PnStationType& value);
23
24}}}}} // namespace Arp::System::NmPayload::Io::ProfinetStack
@ System
System components used by the System, Device, Plc or Io domains.
Root namespace for the PLCnext API