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;
118 void Serialize(JRscWriter& writer)
const;
119 void Deserialize(JRscReader& reader);
120 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:97
NotificationFilter2(void)
Constructs an NotificationFilter2 instance.
RscString< 512 > NotificationNamePattern
Regular expression to match the notification name
Definition: NotificationFilter2.hpp:55
RscString< 32 > RedundancyTypePattern
Regular expression for redundancy type
Definition: NotificationFilter2.hpp:105
RscString< 32 > TimestampMin
Matches all timestamps after this timestamp
Definition: NotificationFilter2.hpp:72
RscString< 32 > TimestampMax
Matches all timestamps before this timestamp
Definition: NotificationFilter2.hpp:81
RscString< 32 > SeverityMin
Minimum matching Severity
Definition: NotificationFilter2.hpp:89
RscString< 512 > SenderNamePattern
Regular expresssion to match the sender name
Definition: NotificationFilter2.hpp:63
RscString< 32 > RedundancyRolePattern
Regular expression for redundancy role
Definition: NotificationFilter2.hpp:113
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