import "baci.idl";
List of all members.
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) |
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 |
Detailed Description
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.
Member Function Documentation
long ACS::PdoubleSeq::get_history |
( |
in long |
n_last_values, |
|
|
out doubleSeqSeq |
vs, |
|
|
out TimeSeq |
ts | |
|
) |
| | |
long ACS::PdoubleSeq::get_history |
( |
in long |
n_last_values, |
|
|
out doubleSeqSeq |
vs, |
|
|
out TimeSeq |
ts | |
|
) |
| | |
Member Data Documentation
The documentation for this interface was generated from the following files: