Public Member Functions | Public Attributes

ACS::PdoubleSeq Interface Reference

import "baci.idl";

Inheritance diagram for ACS::PdoubleSeq:
Inheritance graph
[legend]
Collaboration diagram for ACS::PdoubleSeq:
Collaboration graph
[legend]

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)

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

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


Member Data Documentation

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

The documentation for this interface was generated from the following file: