8#include "Arp/System/Core/Enum.hxx"
10namespace Arp {
namespace System {
namespace Commons {
namespace Runtime
29 NET_BIND_SERVICE = 10,
59 CHECKPOINT_RESTORE = 40,
60 LAST_CAP = CHECKPOINT_RESTORE
65ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os,
Capability value);
66ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is,
Capability& value);
70template<>
struct fmt::formatter<
Arp::System::Commons::Runtime::Capability> :
public fmt::ostream_formatter {};
Capability
This enum contains all process capability values.
Definition: Capability.hpp:18
Root namespace for the PLCnext API