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