PLCnext API Documentation 25.0.2.69
PlcInfoId.hpp
1
2//
3// Copyright Phoenix Contact GmbH & Co. KG
4//
6#pragma once
8#include "Arp/Base/Core/Enum.hxx"
9
10// DO NOT MODIFY THIS FILE, THIS FILE IS AUTOGENERATED
11
13{
14
18enum class PlcInfoId : int32
19{
21 None = 0,
22
24 ProjectName = 1,
25
28
31};
32
34// global stream operators of enum PlcInfoId for logging and parsing
35ARP_EXPORT std::ostream& operator<<(std::ostream& os, PlcInfoId value);
36ARP_EXPORT std::istream& operator>>(std::istream& is, PlcInfoId& value);
37
38} // end of namespace Arp::Plc::Domain::Services
39
41// template specialization of PlcInfoId formatter
42template<> struct fmt::formatter<Arp::Plc::Domain::Services::PlcInfoId> : public fmt::ostream_formatter {};
std::int32_t int32
The Arp integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:35
Namespace for services of the PLC domain
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.
@ ProjectIntegrityStatus
Indicates whether the project integrity is valid.
Root namespace for the PLCnext API