8#include "Arp/Plc/Commons/DataTypeEnum.hpp"
9#include "Arp/Plc/Commons/Meta/TypeIdentifier.hpp"
10#include "Arp/Base/Rsc/Commons/RscSerializable.hpp"
11#include "Arp/Base/Commons/Exceptions/InvalidOperationException.hpp"
13namespace Arp {
namespace Plc {
namespace Commons {
namespace Meta
16using namespace Arp::Base::Rsc::Commons;
123 void GetChangeInfo(
byte*& valueAddressOut,
byte*& changeCounterpartAddressOut,
bool& isBackgroundDomainOut)
const;
132 static size_t GetFieldCount(
void);
135 void SetName(
const String& value);
136 void SwapDomain(
void);
139 static byte* ResolveIndirectAddress(
byte* address);
145 byte* variableAddress =
nullptr;
146 byte* changeCounterpartAddress =
nullptr;
147 bool isBackgroundDomain =
false;
This class represents the Arp String. The implementation is based on std::string.
Definition: String.hpp:39
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
Root namespace for the PLCnext API