PLCnext API Documentation 25.0.2.69
CustomAttributes.hpp
1
2//
3// Copyright Phoenix Contact GmbH & Co. KG
4//
6#pragma once
8#include "Arp/Plc/Commons/Meta/CustomAttribute.hpp"
9#include <vector>
10
11namespace Arp { namespace Plc { namespace Commons { namespace Meta
12{
13
15using CustomAttributes = std::vector<CustomAttribute>;
16
17}}}} // end of namespace Arp::Plc::Commons::Meta
18
std::vector< CustomAttribute > CustomAttributes
List of type attributes TypeAttribute.
Definition: CustomAttributes.hpp:15
Root namespace for the PLCnext API