8#include "Arp/System/Core/Enum.hxx"
10namespace Arp {
namespace System {
namespace NmPayload {
namespace Io {
namespace ProfinetStack
13enum class ARP_CXX_SYMBOL_EXPORT PnStationType
21ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os, PnStationType value);
22ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is, PnStationType& value);
26template<>
struct fmt::formatter<
Arp::System::NmPayload::Io::ProfinetStack::PnStationType>:
public fmt::ostream_formatter {};
Root namespace for the PLCnext API