Tango Core Classes Reference
9.3.4
|
This is the complete list of members for Tango::Device_3Impl, including all inherited members.
_default_POA() | Tango::DeviceImpl | virtual |
add_attribute(Attr *new_attr) | Tango::DeviceImpl | |
add_command(Command *new_cmd, bool device=false) | Tango::DeviceImpl | |
adm_device_name | Tango::DeviceImpl | protected |
always_executed_hook(void) | Tango::DeviceImpl | inlinevirtual |
append_status(const string &stat, bool new_line=false) | Tango::DeviceImpl | inline |
blackbox_depth | Tango::DeviceImpl | protected |
blackbox_ptr | Tango::DeviceImpl | protected |
command_inout_2(const char *in_cmd, const CORBA::Any &in_data, Tango::DevSource source) | Tango::Device_2Impl | virtual |
command_inout_history_2(const char *command, CORBA::Long n) | Tango::Device_2Impl | virtual |
command_list_query_2() | Tango::Device_2Impl | virtual |
command_query_2(const char *command) | Tango::Device_2Impl | virtual |
create_DevVarCharArray(unsigned char *ptr, long length) | Tango::DeviceImpl | inline |
create_DevVarDoubleArray(double *ptr, long length) | Tango::DeviceImpl | inline |
create_DevVarFloatArray(float *ptr, long length) | Tango::DeviceImpl | inline |
create_DevVarLong64Array(DevLong64 *ptr, long length) | Tango::DeviceImpl | inline |
create_DevVarLongArray(DevLong *ptr, long length) | Tango::DeviceImpl | inline |
create_DevVarShortArray(short *ptr, long length) | Tango::DeviceImpl | inline |
create_DevVarStringArray(char **ptr, long length) | Tango::DeviceImpl | inline |
create_DevVarULong64Array(DevULong64 *ptr, long length) | Tango::DeviceImpl | inline |
create_DevVarULongArray(DevULong *ptr, long length) | Tango::DeviceImpl | inline |
create_DevVarUShortArray(unsigned short *ptr, long length) | Tango::DeviceImpl | inline |
db_dev | Tango::DeviceImpl | protected |
delete_device() | Tango::DeviceImpl | inlinevirtual |
desc | Tango::DeviceImpl | protected |
dev_attr | Tango::DeviceImpl | protected |
dev_state() | Tango::DeviceImpl | virtual |
dev_status() | Tango::DeviceImpl | virtual |
Device_2Impl(DeviceClass *device_class, string &dev_name) | Tango::Device_2Impl | |
Device_2Impl(DeviceClass *device_class, string &dev_name, string &desc) | Tango::Device_2Impl | |
Device_2Impl(DeviceClass *device_class, string &dev_name, string &desc, Tango::DevState dev_state, string &dev_status) | Tango::Device_2Impl | |
Device_2Impl(DeviceClass *device_class, const char *dev_name, const char *desc="A TANGO device", Tango::DevState dev_state=Tango::UNKNOWN, const char *dev_status=StatusNotSet) | Tango::Device_2Impl | |
Device_3Impl(DeviceClass *device_class, string &dev_name) | Tango::Device_3Impl | |
Device_3Impl(DeviceClass *device_class, string &dev_name, string &desc) | Tango::Device_3Impl | |
Device_3Impl(DeviceClass *device_class, string &dev_name, string &desc, Tango::DevState dev_state, string &dev_status) | Tango::Device_3Impl | |
Device_3Impl(DeviceClass *device_class, const char *dev_name, const char *desc="A TANGO device", Tango::DevState dev_state=Tango::UNKNOWN, const char *dev_status=StatusNotSet) | Tango::Device_3Impl | |
device_class | Tango::DeviceImpl | protected |
device_name | Tango::DeviceImpl | protected |
device_state | Tango::DeviceImpl | protected |
device_status | Tango::DeviceImpl | protected |
DeviceImpl(DeviceClass *device_class, string &dev_name) | Tango::DeviceImpl | |
DeviceImpl(DeviceClass *device_class, string &dev_name, string &desc) | Tango::DeviceImpl | |
DeviceImpl(DeviceClass *device_class, string &dev_name, string &desc, Tango::DevState dev_state, string &dev_status) | Tango::DeviceImpl | |
DeviceImpl(DeviceClass *device_class, const char *dev_name, const char *desc="A TANGO device", Tango::DevState dev_state=Tango::UNKNOWN, const char *dev_status=StatusNotSet) | Tango::DeviceImpl | |
get_attribute_config_2(const Tango::DevVarStringArray &names) | Tango::Device_2Impl | virtual |
get_attribute_config_3(const Tango::DevVarStringArray &names) | Tango::Device_3Impl | virtual |
get_attribute_poll_period(const string &att_name) | Tango::DeviceImpl | protected |
get_command_poll_period(const string &cmd_name) | Tango::DeviceImpl | protected |
get_d_var() | Tango::DeviceImpl | inline |
get_db_device() | Tango::DeviceImpl | inline |
get_device_attr() | Tango::DeviceImpl | inline |
get_device_class() | Tango::DeviceImpl | inline |
get_name() | Tango::DeviceImpl | inline |
get_obj_id() | Tango::DeviceImpl | inline |
get_polled_obj_by_type_name(Tango::PollObjType obj_type, const string &obj_name) | Tango::DeviceImpl | |
get_prev_state() | Tango::DeviceImpl | inline |
get_state() | Tango::DeviceImpl | inline |
get_status() | Tango::DeviceImpl | inline |
info_3() | Tango::Device_3Impl | virtual |
init_device()=0 | Tango::DeviceImpl | pure virtual |
is_attribute_polled(const string &att_name) | Tango::DeviceImpl | protected |
is_command_polled(const string &cmd_name) | Tango::DeviceImpl | protected |
is_there_subscriber(const string &att_name, EventType event_type) | Tango::DeviceImpl | |
poll_attribute(const string &att_name, int period) | Tango::DeviceImpl | protected |
poll_command(const string &cmd_name, int period) | Tango::DeviceImpl | protected |
push_archive_event(string attr_name, DevFailed *except=NULL) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevShort *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevLong *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevLong64 *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevFloat *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevDouble *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevString *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevBoolean *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevUShort *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevUChar *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevULong *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevULong64 *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevState *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevEncoded *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevString *p_str_data, Tango::DevUChar *p_data, long size, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevShort *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevLong *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevLong64 *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevFloat *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevDouble *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevString *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevBoolean *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevUShort *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevUChar *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevULong *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevULong64 *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevState *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevEncoded *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_archive_event(string attr_name, Tango::DevString *p_str_data, Tango::DevUChar *p_data, long size, struct timeval &t, Tango::AttrQuality qual, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, DevFailed *except=NULL) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevShort *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevLong *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevLong64 *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevFloat *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevDouble *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevString *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevBoolean *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevUShort *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevUChar *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevULong *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevULong64 *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevState *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevEncoded *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevString *p_str_data, Tango::DevUChar *p_data, long size, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevShort *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevLong *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevLong64 *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevFloat *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevDouble *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevString *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevBoolean *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevUShort *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevUChar *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevULong *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevULong64 *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevState *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevEncoded *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_change_event(string attr_name, Tango::DevString *p_str_data, Tango::DevUChar *p_data, long size, struct timeval &t, Tango::AttrQuality qual, bool release=false) | Tango::DeviceImpl | |
push_data_ready_event(const string &attr_name, Tango::DevLong ctr=0) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, DevFailed *except=NULL) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevShort *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevLong *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevLong64 *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevFloat *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevDouble *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevString *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevBoolean *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevUShort *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevUChar *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevULong *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevULong64 *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevState *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevEncoded *p_data, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevString *p_str_data, Tango::DevUChar *p_data, long size, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevShort *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevLong *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevLong64 *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevFloat *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevDouble *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevString *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevBoolean *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevUShort *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevUChar *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevULong *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevULong64 *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevState *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevEncoded *p_data, struct timeval &t, Tango::AttrQuality qual, long x=1, long y=0, bool release=false) | Tango::DeviceImpl | |
push_event(string attr_name, vector< string > &filt_names, vector< double > &filt_vals, Tango::DevString *p_str_data, Tango::DevUChar *p_data, long size, struct timeval &t, Tango::AttrQuality qual, bool release=false) | Tango::DeviceImpl | |
push_pipe_event(const string &pipe_name, DevFailed *except) | Tango::DeviceImpl | |
push_pipe_event(const string &pipe_name, Tango::DevicePipeBlob *p_data, bool reuse_it=false) | Tango::DeviceImpl | |
push_pipe_event(const string &pipe_name, Tango::DevicePipeBlob *p_data, struct timeval &t, bool reuse_it=false) | Tango::DeviceImpl | |
read_attr(Attribute &attr) | Tango::DeviceImpl | inlinevirtual |
read_attr_hardware(vector< long > &attr_list) | Tango::DeviceImpl | inlinevirtual |
read_attribute_history_2(const char *name, CORBA::Long n) | Tango::Device_2Impl | virtual |
read_attribute_history_3(const char *name, CORBA::Long n) | Tango::Device_3Impl | virtual |
read_attributes_2(const Tango::DevVarStringArray &names, Tango::DevSource source) | Tango::Device_2Impl | virtual |
read_attributes_3(const Tango::DevVarStringArray &names, Tango::DevSource source) | Tango::Device_3Impl | virtual |
register_signal(long signo, bool own_handler=false) | Tango::DeviceImpl | |
remove_attribute(Attr *rem_attr, bool free_it=false, bool clean_db=true) | Tango::DeviceImpl | |
remove_attribute(string &rem_attr_name, bool free_it=false, bool clean_db=true) | Tango::DeviceImpl | |
remove_command(Command *rem_cmd, bool free_it=false, bool clean_db=true) | Tango::DeviceImpl | |
remove_command(const string &rem_cmd_name, bool free_it=false, bool clean_db=true) | Tango::DeviceImpl | |
set_archive_event(string attr_name, bool implemented, bool detect=true) | Tango::DeviceImpl | |
set_attribute_config_3(const Tango::AttributeConfigList_3 &new_conf) | Tango::Device_3Impl | virtual |
set_change_event(string attr_name, bool implemented, bool detect=true) | Tango::DeviceImpl | |
set_d_var(Tango::Device_ptr d) | Tango::DeviceImpl | inline |
set_data_ready_event(string attr_name, bool implemented) | Tango::DeviceImpl | |
set_device_attr(MultiAttribute *ptr) | Tango::DeviceImpl | inline |
set_obj_id(PortableServer::ObjectId_var o) | Tango::DeviceImpl | inline |
set_state(const Tango::DevState &new_state) | Tango::DeviceImpl | inline |
set_status(const string &new_status) | Tango::DeviceImpl | inline |
signal_handler(long signo) | Tango::DeviceImpl | virtual |
stop_poll_attribute(const string &att_name) | Tango::DeviceImpl | protected |
stop_poll_command(const string &cmd_name) | Tango::DeviceImpl | protected |
unregister_signal(long signo) | Tango::DeviceImpl | |
version | Tango::DeviceImpl | protected |
write_attr_hardware(vector< long > &attr_list) | Tango::DeviceImpl | inlinevirtual |
write_attributes_3(const Tango::AttributeValueList &values) | Tango::Device_3Impl | virtual |
~Device_2Impl() | Tango::Device_2Impl | inlinevirtual |
~Device_3Impl() | Tango::Device_3Impl | inlinevirtual |
~DeviceImpl() | Tango::DeviceImpl | virtual |