8#include "Arp/Base/Rsc/Commons/Rsc.hpp"
9#include "Arp/Base/Rsc/Commons/RscSerializable.hpp"
10#include "Arp/Base/Rsc/Commons/RscString.hxx"
11#include "Arp/Plc/Commons/Meta/DataTag.hpp"
12#include "Arp/Plc/Commons/Meta/ArrayDimension.hpp"
13#include "Arp/Plc/Commons/Meta/ArrayDimensions.hpp"
14#include "Arp/Plc/Commons/Meta/ITypeNavigator.hpp"
17namespace Arp {
namespace Plc {
namespace Meta {
namespace Internal
22namespace Arp {
namespace Plc {
namespace Commons {
namespace Meta
25using namespace Arp::Base::Rsc::Commons;
30 friend class Arp::Plc::Meta::Internal::DataBrowser;
80 static
size_t GetFieldCount(
void);
83 void SetName(const
String& value);
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
class ARP_DEPRECATED("Use Arp::Enum<T> instead.") EnumStrings
Deprecated! The class implements an adapter for enums to define the string literals of the enum entri...
Definition: EnumStrings.hxx:38