8#include "Arp/System/Nm/IdType.hpp" 
    9#include "Arp/Base/Rsc/Commons/RscVariant.hxx" 
   12namespace Arp { 
namespace System { 
namespace Nm
 
   32using RawPayloadType = std::vector<Arp::Base::Rsc::Commons::RscVariant<RawPayloadTypeLength>>;
 
constexpr int RawPayloadTypeLength
length of payload fields
Definition: NotificationManagerTypes.hpp:29
 
std::vector< NotificationNameIdType > NotificationNameIdList
collection of Notification name ids
Definition: NotificationManagerTypes.hpp:23
 
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