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/System/Rsc/Services/IRscSerializable.hpp"
19namespace Arp {
namespace Plc {
namespace Commons {
namespace Meta
30 using Ptr = std::shared_ptr<ChildTypeInfo>;
37 ARP_DEPRECATED(
"Use ChildTypeInfo constructor with TypeInfo and ArrayDimensions")
76 static
size_t GetFieldCount(
void);
109 size_t offset = static_cast<
size_t>(-1);
127 this->dataType = value;
135inline size_t ChildTypeInfo::GetFieldCount(
void)
144 result +=
sizeof(this->offset);
145 result +=
sizeof(this->kind);
Reads data from Rsc
Definition: RscReader.hpp:27
Writes data to Rsc.
Definition: RscWriter.hpp:32
size_type Capacity() const
Rceturns the capacity of this string.
Definition: BasicString.hxx:1079
DataType
Definition: DataType.hpp:15
Namespace for classes and interfaces for the Remote Service Call implementation
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