PLCnext API Documentation 26.0.1.58
VariableTypeIdentifier.hpp
1
2//
3// Copyright Phoenix Contact GmbH & Co. KG
4//
6#pragma once
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/RscString.hxx"
12
13// DO NOT MODIFY THIS FILE, THIS FILE IS AUTOGENERATED
14
16{
17
18using namespace Arp;
19using namespace Arp::Base::Rsc::Commons;
20using namespace Arp::Base::Rsc::Commons::Services;
21using namespace Arp::Base::JRsc::Commons;
22
24class ARP_EXPORT VariableTypeIdentifier : public RscSerializable
25{
26public: // construction/destruction
28 VariableTypeIdentifier(const RscString<256>& nameSpace, const RscString<1024>& typeName, uint64 tag);
29
30public: // Properties
33
36
38 uint64 Tag = 0;
39
40public: // Rsc operations
41 void Serialize(RscWriter& writer)const;
42 void Deserialize(RscReader& reader);
43 void Serialize(JRscWriter& writer)const;
44 void Deserialize(JRscReader& reader);
45 static size_t GetFieldCount(void);
46};
47
48} // end of namespace Arp::Plc::Meta::Services
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
Identifies a complex type
Definition: VariableTypeIdentifier.hpp:25
RscString< 1024 > TypeName
Name of the type
Definition: VariableTypeIdentifier.hpp:35
RscString< 256 > NameSpace
Namespace of the type
Definition: VariableTypeIdentifier.hpp:32
VariableTypeIdentifier(void)
Constructs an VariableTypeIdentifier instance.
std::uint64_t uint64
The Arp unsigned integer type of 8 byte size.
Definition: PrimitiveTypes.hpp:37
Namespace for the JSON RSC extension
Namespace for services of the Meta component
Root namespace for the PLCnext API