AlarmConditionElement
class AlarmConditionElement : public GenericElement<AlarmConditionElement>
The AlarmConditionElement represents a leaf and needs to be of type AlarmCondition
Functions
| Name | Description |
|---|---|
| initialValue | The initialValue method serves for setting up the initial value reported for this parameter. |
Function Details
initialValue
AlarmConditionElement& initialValue(const AlarmCondition& a)
The initialValue method serves for setting up the initial value reported for this parameter.
val
: Initial value
Return : reference to the Element for proper methods chaining