import "baci.idl";
Public Member Functions | |
Subscription | new_subscription_Alarm (in Alarmfloat cb, in CBDescIn desc) |
Public Attributes | |
readonly attribute float | alarm_low_on |
readonly attribute float | alarm_low_off |
readonly attribute float | alarm_high_on |
readonly attribute float | alarm_high_off |
See ROdouble.
Subscription ACS::ROfloat::new_subscription_Alarm | ( | in Alarmfloat | cb, | |
in CBDescIn | desc | |||
) |
Request a subscription to the alarnm event set for this property. Only properties of type RO have alarms, as RW properties should not even be able to set values in the alarm ranges. The method returns a Subscription object, which has to be used to destroy the subscription to the alarm events. Alarms are passed asychronously as usual through callbacks, which correspond to the type of the property value. As always, a callback descriptor has to be given in the parameter list. 3AC90A2702F9
readonly attribute float ACS::ROfloat::alarm_high_off |
below this value alarm is cleared
readonly attribute float ACS::ROfloat::alarm_high_on |
above this value alarm is set
readonly attribute float ACS::ROfloat::alarm_low_off |
below this value alarm is set
readonly attribute float ACS::ROfloat::alarm_low_on |
below this value alarm is set