PLCnext API Documentation 25.0.2.69
AdditionalAppInfoType.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::AppManager::Services
13{
14
18enum class AdditionalAppInfoType : int32
19{
23 None = 0,
24
31 InfoText = 1,
32
36 ExternalLink = 2,
37
41 LocalLink = 3,
42
46 PortLink = 4,
47};
48
50// global stream operators of enum AdditionalAppInfoType for logging and parsing
51ARP_EXPORT std::ostream& operator<<(std::ostream& os, AdditionalAppInfoType value);
52ARP_EXPORT std::istream& operator>>(std::istream& is, AdditionalAppInfoType& value);
53
54} // end of namespace Arp::Services::AppManager::Services
55
57// template specialization of AdditionalAppInfoType formatter
58template<> struct fmt::formatter<Arp::Services::AppManager::Services::AdditionalAppInfoType> : 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