4#include "Arp/Base/Rsc/Commons/RscVariant.hxx"
7namespace Arp {
namespace System {
namespace NmPayload {
namespace Alarms
9using namespace Arp::Base::Rsc::Commons;
20 Name(name), Value(value)
This class represents the Arp String. The implementation is based on std::string.
Definition: String.hpp:39
Additional parameter for an alarm state.
Definition: AlarmUserParameter.hpp:12
AlarmUserParameter(String name, RscVariant< 512 > value)
Constructor with name and value variant (including data type).
Definition: AlarmUserParameter.hpp:19
String Name
Name of the user parameter.
Definition: AlarmUserParameter.hpp:23
RscVariant< 512 > Value
Value including data type of the user parameter.
Definition: AlarmUserParameter.hpp:25
Root namespace for the PLCnext API