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;
78 void Serialize(JRscWriter& writer)
const;
79 void Deserialize(JRscReader& reader);
80 static size_t GetFieldCount(
void);
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
Data structure for notifications from the NotificationLogger
Definition: StoredNotification.hpp:28
std::vector< RscString< 512 > > PayloadXml
Payload as XML
Definition: StoredNotification.hpp:73
RscString< 512 > NotificationName
Name of the notification
Definition: StoredNotification.hpp:48
RscString< 512 > SenderName
Nme of the sender
Definition: StoredNotification.hpp:53
RscString< 512 > Severity
Severity
Definition: StoredNotification.hpp:63
std::vector< RscString< 512 > > Payload
Formatted payload
Definition: StoredNotification.hpp:68
RscString< 512 > Archive
name of the archive the notification was retreived from. If the same notification was stored in multi...
Definition: StoredNotification.hpp:43
StoredNotification(void)
Constructs an StoredNotification instance.
RscString< 512 > TimeStamp
timestamp when the notification was sent
Definition: StoredNotification.hpp:58
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