8#include "Arp/Base/Rsc/Commons/Rsc.hpp"
9#include "Arp/Base/Rsc/Commons/RscSerializable.hpp"
10#include "Arp/Base/Rsc/Commons/RscVariant.hxx"
11#include "Arp/Services/DataLogger/Services/SessionPropertyName.hpp"
19using namespace Arp::Base::Rsc::Commons;
20using namespace Arp::Base::Rsc::Commons::Services;
42 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
Association between a name and a value for a session configuration
Definition: SessionProperty.hpp:26
RscVariant< 512 > Value
Current value of attribute
Definition: SessionProperty.hpp:37
SessionProperty(void)
Constructs an SessionProperty instance.
Namespace for services of the DataLogger
SessionPropertyName
All available names of properties that can be set on a session
Definition: SessionPropertyName.hpp:19
Root namespace for the PLCnext API