8#include "Arp/Base/Core/Enum.hxx"
43ARP_EXPORT std::ostream& operator<<(std::ostream& os,
AppLicenseType value);
44ARP_EXPORT std::istream& operator>>(std::istream& is,
AppLicenseType& value);
50template<>
struct fmt::formatter<
Arp::Services::AppManager::Services::AppLicenseType> :
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
AppLicenseType
This enum is used for PLCnext application license type indication
Definition: AppLicenseType.hpp:19
@ Limited
The PLCnext application has a license but can be used with limitations without a license.
@ Free
The PLCnext application has no license and is free to use.
@ Full
The PLCnext application requires a license.
Root namespace for the PLCnext API