8#include "Arp/Base/Rsc/Commons/Rsc.hpp"
9#include "Arp/Base/Rsc/Commons/RscSerializable.hpp"
10#include "Arp/Base/Rsc/Commons/RscString.hxx"
11#include "Arp/Plc/Commons/DataType.hpp"
19using namespace Arp::Base::Rsc::Commons;
20using namespace Arp::Base::Rsc::Commons::Services;
33 using DataType = Arp::Plc::Commons::DataType;
48 DataType Type =
static_cast<DataType
>(0);
53 static size_t GetFieldCount(
void);
Any custom struct type which is intended to be marshalled in a Rsc serialization context,...
Definition: RscSerializable.hpp:35
Reads marshaled data of RSC services.
Definition: RscReader.hpp:34
Writes marshalled data of RSC services.
Definition: RscWriter.hpp:34
Describes a subscribed variable.
Definition: VariableInfo.hpp:31
RscString< 512 > Name
Full name of the variable.
Definition: VariableInfo.hpp:43
VariableInfo(void)
Constructs an VariableInfo instance.
Namespace for services of the Global Data Space (GDS)
Root namespace for the PLCnext API