8#include "Arp/Plc/Commons/DataType.hpp"
9#include "Arp/Plc/Commons/Meta/ChildKind.hpp"
10#include "Arp/Plc/Commons/Meta/TypeIdentifier.hpp"
11#include "Arp/Plc/Commons/Meta/ArrayDimensions.hpp"
12#include "Arp/Plc/Commons/Meta/StandardAttributes.hpp"
13#include "Arp/Plc/Commons/Meta/CustomAttributes.hpp"
14#include "Arp/Plc/Commons/Meta/TypeInfo.hpp"
15#include "Arp/Plc/Commons/DataTypeEnum.hpp"
16#include "Arp/Base/Rsc/Commons/RscSerializable.hpp"
19namespace Arp {
namespace Plc {
namespace Commons {
namespace Meta
22using namespace Arp::Base::Rsc::Commons;
30 using Ptr = std::shared_ptr<ChildTypeInfo>;
34 ARP_DEPRECATED(
"Use ChildTypeInfo constructor with TypeInfo and ArrayDimensions")
38 ChildTypeInfo(const
String& name,
size_t offset, DataType dataType,
size_t size,
size_t alignment,
67 static
size_t GetFieldCount(
void);
83 size_t offset = static_cast<
size_t>(-1);
This class represents the Arp String. The implementation is based on std::string.
Definition: String.hpp:39
Reads marshaled data of RSC services.
Definition: RscReader.hpp:34
Writes marshalled data of RSC services.
Definition: RscWriter.hpp:34
Root namespace for the PLCnext API
class ARP_DEPRECATED("Use Arp::Enum<T> instead.") EnumStrings
Deprecated! The class implements an adapter for enums to define the string literals of the enum entri...
Definition: EnumStrings.hxx:38