PLCnext API Documentation 26.0.1.58
SoftwareVersionFileType.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
12namespace Arp::Services::SoftwareUpdate::Services
13{
14
19enum class SoftwareVersionFileType : int32
20{
24 Current = 0,
25
29 Pending = 1,
30
34 Fallback = 2,
35};
36
38// global stream operators of enum SoftwareVersionFileType for logging and parsing
39ARP_EXPORT std::ostream& operator<<(std::ostream& os, SoftwareVersionFileType value);
40ARP_EXPORT std::istream& operator>>(std::istream& is, SoftwareVersionFileType& value);
41
42} // end of namespace Arp::Services::SoftwareUpdate::Services
43
45// template specialization of SoftwareVersionFileType formatter
46template<> struct fmt::formatter<Arp::Services::SoftwareUpdate::Services::SoftwareVersionFileType> : public fmt::ostream_formatter {};
std::int32_t int32
The Arp integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:35
Root namespace for the PLCnext API