PLCnext API Documentation 25.0.2.69
ComponentInfoKind.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 ComponentInfoKind : uint32
19{
21 None = 0,
22
26 RequiredCapabilities = 1,
27};
28
30// global stream operators of enum ComponentInfoKind for logging and parsing
31ARP_EXPORT std::ostream& operator<<(std::ostream& os, ComponentInfoKind value);
32ARP_EXPORT std::istream& operator>>(std::istream& is, ComponentInfoKind& value);
33
34} // end of namespace Arp::Base::Acf::Services
35
37// template specialization of ComponentInfoKind formatter
38template<> struct fmt::formatter<Arp::Base::Acf::Services::ComponentInfoKind> : 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