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/RscVariant.hxx"
12#include "Arp/Plc/Gds/Services/DataAccessError.hpp"
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 data to be read, written by the controller and a possible data access error.
Definition: ReadItem.hpp:29
ReadItem(void)
Constructs an ReadItem instance.
RscVariant< 512 > Value
Contains the data to be read, written by the controller.
Definition: ReadItem.hpp:43
Namespace for the JSON RSC extension
DataAccessError
This enumeration contains the possible data access errors.
Definition: DataAccessError.hpp:19
Root namespace for the PLCnext API