PLCnext API Documentation 26.6.0.38
BackupAndRestoreState.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::BackupAndRestore::Services
13{
14
18enum class BackupAndRestoreState : int32
19{
23 None = 0,
24
28 Idle = 1,
29
33 BackupInProgress = 2,
34
38 RestoreInProgress = 3,
39
43 BackupError = 4,
44
48 RestoreError = 5,
49};
50
52// global stream operators of enum BackupAndRestoreState for logging and parsing
53ARP_EXPORT std::ostream& operator<<(std::ostream& os, BackupAndRestoreState value);
54ARP_EXPORT std::istream& operator>>(std::istream& is, BackupAndRestoreState& value);
55
56} // end of namespace Arp::Services::BackupAndRestore::Services
57
59// template specialization of BackupAndRestoreState formatter
60template<> struct fmt::formatter<Arp::Services::BackupAndRestore::Services::BackupAndRestoreState> : public fmt::ostream_formatter {};
std::int32_t int32
The Arp integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:35
BackupError
Possible error codes for retain rsc services.
Definition: BackupError.hpp:19
Root namespace for the PLCnext API