8#include "Arp/Base/Rsc/Commons/Rsc.hpp"
9#include "Arp/Base/JRsc/Commons/JRsc.hpp"
10#include "Arp/Base/Rsc/Commons/RscSerializable.hpp"
12#include "Arp/Base/Rsc/Commons/RscString.hxx"
20using namespace Arp::Base::Rsc::Commons;
21using namespace Arp::Base::Rsc::Commons::Services;
88 void Serialize(JRscWriter& writer)
const;
89 void Deserialize(JRscReader& reader);
90 static size_t GetFieldCount(
void);
Any custom struct type which is intended to be marshalled in a Rsc serialization context,...
Definition: RscSerializable.hpp:35
Contains a static string with string lentgh up to N characters. The string shall be null terminated.
Definition: RscString.hxx:24
Reads marshaled data of RSC services.
Definition: RscReader.hpp:34
Writes marshalled data of RSC services.
Definition: RscWriter.hpp:34
Data structure for notifications from the NotificationLogger
Definition: StoredNotification2.hpp:28
RscString< 512 > NotificationName
Name of the notification
Definition: StoredNotification2.hpp:48
std::vector< RscString< 512 > > PayloadXml
Payload as XML
Definition: StoredNotification2.hpp:83
RscString< 32 > TimeStamp
Timestamp when the notification was sent
Definition: StoredNotification2.hpp:58
RscString< 32 > RedundancyRole
Redundancy role (Primary, Backup)
Definition: StoredNotification2.hpp:73
StoredNotification2(void)
Constructs an StoredNotification2 instance.
RscString< 32 > Severity
Severity
Definition: StoredNotification2.hpp:63
RscString< 32 > RedundancyType
Redundancy type (First, Second)
Definition: StoredNotification2.hpp:68
std::vector< RscString< 64 > > Archives
Names of the archives the notification was retreived from.
Definition: StoredNotification2.hpp:43
std::vector< RscString< 512 > > Payload
Formatted payload
Definition: StoredNotification2.hpp:78
RscString< 512 > SenderName
Name of the sender
Definition: StoredNotification2.hpp:53
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 NotificationLogger
Root namespace for the PLCnext API