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/Io/ProfinetStack/Controller/Services/ArDataAccessError.hpp"
20using namespace Arp::Base::Rsc::Commons;
21using namespace Arp::Base::Rsc::Commons::Services;
56 void Serialize(JRscWriter& writer)
const;
57 void Deserialize(JRscReader& reader);
58 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
Container for a combination of an error code and a value which is a result for a read operation to a ...
Definition: ArDataResult.hpp:32
ArDataResult(void)
Constructs an ArDataResult instance.
RscVariant< 512 > Value
The value for the requested setting which can be RscType::Void and otherwise is of the simple type th...
Definition: ArDataResult.hpp:51
Namespace for the JSON RSC extension
Namespace for Profinet I/O controller services
ArDataAccessError
This enumeration contains the possible data access errors.
Definition: ArDataAccessError.hpp:19
ErrorCode
Possible error codes for data-logger rsc services.
Definition: ErrorCode.hpp:19
Root namespace for the PLCnext API