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;
92 void Serialize(JRscWriter& writer)
const;
93 void Deserialize(JRscReader& reader);
94 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: NotificationFilter.hpp:27
NotificationFilter(void)
Constructs an NotificationFilter instance.
RscString< 512 > SeverityUpperLimit
Maximum matching Severity Ignored if empty
Definition: NotificationFilter.hpp:87
RscString< 512 > TimestampAfter
Matches all timestamps after this timestamp Format: YYYY-MM-ddTHH:mm:ss.SSS Ignored if empty
Definition: NotificationFilter.hpp:75
RscString< 512 > SenderNameRegExp
Regular expresssion to match the sender name Ignored if empty
Definition: NotificationFilter.hpp:61
RscString< 512 > SeverityLowerLimit
Minimum matching Severity Ignored if empty
Definition: NotificationFilter.hpp:81
RscString< 512 > TimestampBefore
Matches all timestamps before this timestamp Format: YYYY-MM-ddTHH:mm:ss.SSS Ignored if empty
Definition: NotificationFilter.hpp:68
RscString< 512 > NotificationNameRegExp
Regular expression to match the notification name Ignored if empty.
Definition: NotificationFilter.hpp:55
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