PLCnext API Documentation 25.0.2.69
TypeSystem.h
1
2//
3// Copyright Phoenix Contact GmbH & Co. KG
4//
6#pragma once
8#include "Arp/System/Core/CommonTypeName.hxx"
9#include "Arp/Plc/Commons/Meta/StandardAttributes.hpp"
10#include "Arp/Plc/Commons/Meta/TypeSystem/TypeDomain.hpp"
11
12namespace Arp { namespace Plc { namespace Commons { namespace Meta { namespace TypeSystem
13{
14
15using Arp::Plc::Commons::DataType;
16
17template<class T>
18using CTN = CommonTypeName<T>;
19
20}}}}} // end of namespace Arp::Plc::Commons::Meta::TypeSystem
Root namespace for the PLCnext API