PLCnext API Documentation 25.0.2.69
LibraryInfoKind.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::Base::Acf::Services
13{
14
18enum class LibraryInfoKind : uint32
19{
21 None = 0,
22
24 TargetIdentifier = 1,
25
27 AbiVersion = 2,
28};
29
31// global stream operators of enum LibraryInfoKind for logging and parsing
32ARP_EXPORT std::ostream& operator<<(std::ostream& os, LibraryInfoKind value);
33ARP_EXPORT std::istream& operator>>(std::istream& is, LibraryInfoKind& value);
34
35} // end of namespace Arp::Base::Acf::Services
36
38// template specialization of LibraryInfoKind formatter
39template<> struct fmt::formatter<Arp::Base::Acf::Services::LibraryInfoKind> : public fmt::ostream_formatter {};
std::uint32_t uint32
The Arp unsigned integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:33
Root namespace for the PLCnext API