PLCnext API Documentation 25.0.2.69
PlcConfigId.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 PlcConfigId : int32
19{
23 None = 0,
24
29
34
39};
40
42// global stream operators of enum PlcConfigId for logging and parsing
43ARP_EXPORT std::ostream& operator<<(std::ostream& os, PlcConfigId value);
44ARP_EXPORT std::istream& operator>>(std::istream& is, PlcConfigId& value);
45
46} // end of namespace Arp::Plc::Domain::Services
47
49// template specialization of PlcConfigId formatter
50template<> struct fmt::formatter<Arp::Plc::Domain::Services::PlcConfigId> : 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
PlcConfigId
Collects all identifiers of the Plc config which are available by the IPlcConfigService.
Definition: PlcConfigId.hpp:19
@ PlcRestartAfterWatchdogEnabled
Indicates whether an automatic Plc restart after system watchdog is enabled.
IntegrityCheckMode
The mode of the integrity check.
Definition: IntegrityCheckMode.hpp:19
ConformanceCheckKind
The kind of conformance check that is used in the signature verification part of the integrity check.
Definition: ConformanceCheckKind.hpp:19
Root namespace for the PLCnext API