8#include "Arp/System/Core/Enum.hxx"
10namespace Arp {
namespace Plc {
namespace Commons {
namespace Domain
13enum class PlcStartKind :
uint8
24ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os, PlcStartKind value);
25ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is, PlcStartKind& value);
std::uint8_t uint8
The Arp unsigned integer type of 1 byte size.
Definition: PrimitiveTypes.hpp:28
Root namespace for the PLCnext API