PLCnext API Documentation 25.0.2.69
IntegrityCheckMode.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
28 Disabled = 1,
29
33 Warning = 2,
34
38 Error = 3,
39};
40
42// global stream operators of enum IntegrityCheckMode for logging and parsing
43ARP_EXPORT std::ostream& operator<<(std::ostream& os, IntegrityCheckMode value);
44ARP_EXPORT std::istream& operator>>(std::istream& is, IntegrityCheckMode& value);
45
46} // end of namespace Arp::Plc::Domain::Services
47
49// template specialization of IntegrityCheckMode formatter
50template<> struct fmt::formatter<Arp::Plc::Domain::Services::IntegrityCheckMode> : 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
IntegrityCheckMode
The mode of the integrity check.
Definition: IntegrityCheckMode.hpp:19
@ Disabled
The integrity check is disabled.
Root namespace for the PLCnext API