8#include "Arp/System/Core/Enum.hxx"
12namespace Arp {
namespace System {
namespace Acf
36ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os,
ComponentCategory value);
37ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is,
ComponentCategory& value);
std::uint8_t uint8
The Arp unsigned integer type of 1 byte size.
Definition: PrimitiveTypes.hpp:28
ComponentCategory
This enumeration determines the category of a component.
Definition: ComponentCategory.hpp:17
@ Custom
Custom components implemented by customers.
@ System
System components used by the System, Device, Plc or Io domains.
@ Service
Service components used by Services domain (e.g. OpcUA, Ehmi, ProfiCLoud, Wbm, ..).
Root namespace for the PLCnext API