8#include "Arp/Io/ProfinetStack/Controller/Services/ChannelQualifier.hpp"
9#include "Arp/System/Rsc/Services/IRscSerializable.hpp"
10#include "Arp/System/Rsc/Services/RscReader.hpp"
11#include "Arp/System/Rsc/Services/RscWriter.hpp"
15namespace Arp {
namespace Io {
namespace ProfinetStack {
namespace Controller {
namespace Services
51 writer.
Write(this->Severity);
52 writer.
Write(this->ChannelErrorType);
53 writer.
Write(this->ExtChannelErrorType);
54 writer.
Write(this->ExtChannelAddValue);
59 reader.
Read(this->Severity);
60 reader.
Read(this->ChannelErrorType);
61 reader.
Read(this->ExtChannelErrorType);
62 reader.
Read(this->ExtChannelAddValue);
65 static constexpr size_t GetFieldCount(
void)
Marshalls structure or class data types. Serialize and Deserialize have to marshal fields in the same...
Definition: IRscSerializable.hpp:20
Reads data from Rsc
Definition: RscReader.hpp:27
T Read(void)
Reads an element of T from Rsc. With data tagging enabled RscType of T is validated.
Definition: RscReader.hpp:166
Writes data to Rsc.
Definition: RscWriter.hpp:32
void Write(const T &value)
Writes an element of T from Rsc. Datatag and format is determined deducted by type of T.
Definition: RscWriter.hpp:178
std::uint32_t uint32
The Arp unsigned integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:36
std::uint16_t uint16
The Arp unsigned integer type of 2 byte size.
Definition: PrimitiveTypes.hpp:32
ChannelQualifier
Describes diagnosis severity.
Definition: ChannelQualifier.hpp:19
Namespace for classes and interfaces for the Remote Service Call implementation
Root namespace for the PLCnext API