PLCnext API Documentation 26.0.1.58
PrepareForUpdateState.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 PrepareForUpdateState : int32
20{
24 None = 0,
25
29 Idle = 1,
30
34 Preparing = 2,
35
39 PreparedForUpdate = 3,
40
44 Resuming = 4,
45};
46
48// global stream operators of enum PrepareForUpdateState for logging and parsing
49ARP_EXPORT std::ostream& operator<<(std::ostream& os, PrepareForUpdateState value);
50ARP_EXPORT std::istream& operator>>(std::istream& is, PrepareForUpdateState& value);
51
52} // end of namespace Arp::Services::SoftwareUpdate::Services
53
55// template specialization of PrepareForUpdateState formatter
56template<> struct fmt::formatter<Arp::Services::SoftwareUpdate::Services::PrepareForUpdateState> : 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