PLCnext API Documentation 24.0.0.71
PlcInfoId.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 Plc { namespace Domain { namespace Services
13{
14
18enum class PlcInfoId : int32
19{
21 None = 0,
22
24 ProjectName = 1,
25
28};
29
31// global stream operators of enum PlcInfoId for logging and parsing
32ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os, PlcInfoId value);
33ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is, PlcInfoId& value);
34
35}}}} // end of namespace Arp::Plc::Domain::Services
std::int32_t int32
The Arp integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:38
PlcInfoId
Collects all identifiers of Plc informations to be read by IPlcInfoService.
Definition: PlcInfoId.hpp:19
@ AuthorizeDataAccess
Indicates whether access to variables in GDS shall be authorized.
@ ProjectName
The name of the actual project/application.
Root namespace for the PLCnext API