PLCnext API Documentation 26.6.0.38
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
13{
14
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
Namespace for services of the AppManager
AdditionalAppInfoType
This enum describes the type of an !:AdditonalAppInfo entry
Definition: AdditionalAppInfoType.hpp:19
@ ExternalLink
A link to an external resource associated with the app
@ PortLink
A link to a resource at a specific port of the controller
@ LocalLink
A link to a resource on the controller
Root namespace for the PLCnext API