8#include "Arp/Base/Rsc/Commons/Rsc.hpp"
9#include "Arp/Base/JRsc/Commons/JRsc.hpp"
10#include "Arp/Base/Rsc/Commons/RscSerializable.hpp"
11#include "Arp/Base/Rsc/Commons/RscString.hxx"
12#include "Arp/Base/Rsc/Commons/RscVariant.hxx"
16namespace Arp {
namespace Plc {
namespace Gds {
namespace Services
20using namespace Arp::Base::Rsc::Commons;
21using namespace Arp::Base::Rsc::Commons::Services;
48 void Serialize(JRscWriter& writer)
const;
49 void Deserialize(JRscReader& reader);
50 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
Stores the to be written data and the related variable name to be write to.
Definition: WriteItem.hpp:29
RscVariant< 512 > Value
Contains the to be written data
Definition: WriteItem.hpp:43
WriteItem(void)
Constructs an WriteItem instance.
RscString< 512 > PortName
Name of the variable
Definition: WriteItem.hpp:38
Namespace for the JSON RSC extension
Root namespace for the PLCnext API