PLCnext API Documentation 25.0.2.69
ConformanceCheckKind.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
19{
23 None = 0,
24
29 Signed = 1,
30
35};
36
38// global stream operators of enum ConformanceCheckKind for logging and parsing
39ARP_EXPORT std::ostream& operator<<(std::ostream& os, ConformanceCheckKind value);
40ARP_EXPORT std::istream& operator>>(std::istream& is, ConformanceCheckKind& value);
41
42} // end of namespace Arp::Plc::Domain::Services
43
45// template specialization of ConformanceCheckKind formatter
46template<> struct fmt::formatter<Arp::Plc::Domain::Services::ConformanceCheckKind> : 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
ConformanceCheckKind
The kind of conformance check that is used in the signature verification part of the integrity check.
Definition: ConformanceCheckKind.hpp:19
@ SignedWithTimestamp
There must be a signed timestamp which is used for signature verification.
Root namespace for the PLCnext API