PLCnext API Documentation  22.9.0.33
AlarmUserParameter.hpp
1 #pragma once
2 
3 #include "Arp/System/Core/Arp.h"
4 #include "Arp/System/Rsc/Services/RscVariant.hxx"
5 
6 
7 namespace Arp { namespace System { namespace NmPayload { namespace Alarms
8 {
9 using namespace Arp::System::Rsc::Services;
12 {
13 public:
14  AlarmUserParameter(const AlarmUserParameter&) = default;
16  AlarmUserParameter("", "")
17  {};
20  Name(name), Value(value)
21  {};
26 };
27 
28 }}}}
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:21
RscVariant< 512 > Value
Value including data type of the user parameter.
Definition: AlarmUserParameter.hpp:25
@ System
System components used by the System, Device, Plc or Io domains.
Namespace for classes and interfaces for the Remote Service Call implementation
Definition: IRscReadEnumerator.hxx:10
Root namespace for the PLCnext API