8#include "Arp/Base/Rsc/Commons/Rsc.hpp"
9#include "Arp/Base/JRsc/Commons/JRsc.hpp"
10#include "Arp/Base/Rsc/Commons/RscSerializable.hpp"
12#include "Arp/Base/Rsc/Commons/RscString.hxx"
13#include "Arp/Plc/Meta/Commons/DataType.hpp"
14#include "Arp/Plc/Meta/Commons/StandardAttribute.hpp"
15#include "Arp/Plc/Meta/Services/ArrayDimension.hpp"
16#include "Arp/Plc/Meta/Services/BitSize.hpp"
17#include "Arp/Plc/Meta/Services/CustomAttribute.hpp"
18#include "Arp/Plc/Meta/Services/VariableTypeIdentifier.hpp"
26using namespace Arp::Base::Rsc::Commons;
27using namespace Arp::Base::Rsc::Commons::Services;
66 void Serialize(JRscWriter& writer)
const;
67 void Deserialize(JRscReader& reader);
68 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
Namespace for the JSON RSC extension
Root namespace for the PLCnext API