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/Base/Rsc/Commons/RscVariant.hxx"
13namespace Arp {
namespace Plc {
namespace Commons {
namespace Meta
16using namespace Arp::Base::Rsc::Commons;
17using namespace Arp::Base::Rsc::Commons::Services;
47 static size_t GetFieldCount(
void);
This class represents the Arp String. The implementation is based on std::string.
Definition: String.hpp:39
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
Root namespace for the PLCnext API