PLCnext API Documentation 23.6.0.37
ComponentCategory.hpp
1
2//
3// Copyright PHOENIX CONTACT Electronics GmbH
4//
6#pragma once
8#include "Arp/System/Core/Enum.hxx"
9
10// DO NOT MODIFY THIS FILE, THIS FILE IS AUTOGENERATED
11
12namespace Arp { namespace System { namespace Acf
13{
14
17{
19 None = 0,
20
23 System = 1,
24
27 Service = 2,
28
31 Custom = 3,
32};
33
35// global stream operators of enum ComponentCategory for logging and parsing
36ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os, ComponentCategory value);
37ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is, ComponentCategory& value);
38
39}}} // end of namespace Arp::System::Acf
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