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