8#include "Arp/Base/Core/Enum.hxx"
10namespace Arp::Base::Rsc::Commons::Services
15enum class RscCommunicationKind
25ARP_EXPORT std::ostream& operator<<(std::ostream& os, RscCommunicationKind value);
26ARP_EXPORT std::istream& operator>>(std::istream& is, RscCommunicationKind& value);
32template<>
struct fmt::formatter<
Arp::Base::Rsc::Commons::Services::RscCommunicationKind>:
public fmt::ostream_formatter {};
Root namespace for the PLCnext API