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"
19using namespace Arp::Base::Rsc::Commons;
20using namespace Arp::Base::Rsc::Commons::Services;
122 void Serialize(JRscWriter& writer)
const;
123 void Deserialize(JRscReader& reader);
124 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
Filter specification to match notification on query or delete
Definition: NotificationFilter2.hpp:27
RscString< 32 > SeverityMax
Maximum matching Severity
Definition: NotificationFilter2.hpp:101
NotificationFilter2(void)
Constructs an NotificationFilter2 instance.
RscString< 512 > NotificationNamePattern
Regular expression to match the notification name
Definition: NotificationFilter2.hpp:59
RscString< 32 > RedundancyTypePattern
Regular expression for redundancy type
Definition: NotificationFilter2.hpp:109
RscString< 32 > TimestampMin
Matches all timestamps after this timestamp
Definition: NotificationFilter2.hpp:76
RscString< 32 > TimestampMax
Matches all timestamps before this timestamp
Definition: NotificationFilter2.hpp:85
RscString< 32 > SeverityMin
Minimum matching Severity
Definition: NotificationFilter2.hpp:93
RscString< 512 > SenderNamePattern
Regular expresssion to match the sender name
Definition: NotificationFilter2.hpp:67
RscString< 32 > RedundancyRolePattern
Regular expression for redundancy role
Definition: NotificationFilter2.hpp:117
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