8#include "Arp/System/Core/Enum.hxx"
10namespace Arp {
namespace System {
namespace NmPayload {
namespace Acf
13enum class 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);
@ System
System components used by the System, Device, Plc or Io domains.
Root namespace for the PLCnext API