10#include "Arp/System/Nm/IPayload.hpp" 
   11#include "Arp/System/Nm/NotificationManagerTypes.hpp" 
   12#include "Arp/System/Nm/Severity.hpp" 
   15namespace Arp { 
namespace System { 
namespace Nm
 
This class contains date and time informations.
Definition: DateTime.hpp:27
 
This class represents the Arp String. The implementation is based on std::string.
Definition: String.hpp:39
 
Interface for sending of notifications
Definition: INotificationSending.hpp:21
 
virtual NotificationIdType SendNotification(NotificationNameIdType notificationNameId, Arp::DateTime timestamp, const IPayload &payload)=0
Sends a notification
 
virtual void UnregisterNotification(NotificationNameIdType notificationNameId)=0
Unregisters a Nototification
 
virtual NotificationIdType SendNotification(NotificationNameIdType notificationNameId, Arp::DateTime timestamp, const RawPayloadType &payload)=0
Sends a notification
 
virtual NotificationNameIdType RegisterNotification(const String ¬ificationName, const String &senderName, Severity severity, PayloadTypeIdType payloadTypeId)=0
Registers a new Notification
 
Interface for Paylo objects
Definition: IPayload.hpp:19
 
enum ARP_CXX_SYMBOL_EXPORT Severity
Enumeration of Severities for notifications
Definition: Severity.hpp:14
 
std::vector< Arp::Base::Rsc::Commons::RscVariant< RawPayloadTypeLength > > RawPayloadType
type for the internally transferred payloads
Definition: NotificationManagerTypes.hpp:32
 
Root namespace for the PLCnext API