import "baci.idl";
Public Member Functions | |
doubleSeq | get_sync (out ACSErr::Completion c) |
void | get_async (in CBdoubleSeq cb, in CBDescIn desc) |
long | get_history (in long n_last_values, out doubleSeqSeq vs, out TimeSeq ts) |
Monitordouble | create_monitor (in CBdoubleSeq cb, in CBDescIn desc) |
Monitordouble | create_postponed_monitor (in Time start_time, in CBdoubleSeq cb, in CBDescIn desc) |
Public Attributes | |
readonly attribute TimeInterval | default_timer_trigger |
readonly attribute TimeInterval | min_timer_trigger |
readonly attribute double | min_delta_trigger |
readonly attribute double | default_value |
readonly attribute double | graph_min |
readonly attribute double | graph_max |
readonly attribute double | min_step |
The PdoubleSeq Property manages sequences of double values. All methods and callbacks that return those sequences have modified signatures with respect to the Pdouble Property. The characteristics, however, remain simple doubles, as they apply to all elements in the sequence. Also the monitor is a simple Monitordouble. The pattern of the interface is equivalent to the Pdouble property.
Monitordouble ACS::PdoubleSeq::create_monitor | ( | in CBdoubleSeq | cb, | |
in CBDescIn | desc | |||
) |
3AC90A270200
Monitordouble ACS::PdoubleSeq::create_postponed_monitor | ( | in Time | start_time, | |
in CBdoubleSeq | cb, | |||
in CBDescIn | desc | |||
) |
3AC90A270209
void ACS::PdoubleSeq::get_async | ( | in CBdoubleSeq | cb, | |
in CBDescIn | desc | |||
) |
3AC90A2701EC
long ACS::PdoubleSeq::get_history | ( | in long | n_last_values, | |
out doubleSeqSeq | vs, | |||
out TimeSeq | ts | |||
) |
3AC90A2701F6
doubleSeq ACS::PdoubleSeq::get_sync | ( | out ACSErr::Completion | c | ) |
3AC90A2701EA
readonly attribute TimeInterval ACS::PdoubleSeq::default_timer_trigger |
readonly attribute double ACS::PdoubleSeq::default_value |
readonly attribute double ACS::PdoubleSeq::graph_max |
readonly attribute double ACS::PdoubleSeq::graph_min |
readonly attribute double ACS::PdoubleSeq::min_delta_trigger |
readonly attribute double ACS::PdoubleSeq::min_step |
readonly attribute TimeInterval ACS::PdoubleSeq::min_timer_trigger |