Base class for all TANGO device-class class
Base class for all TANGO device-class class. A TANGO device-class class is a class where is stored all data/method common to all devices of a TANGO device class
virtual void command_factory()
virtual void attribute_factory(vector<Attr *> &att_list)
virtual void device_factory(const Tango::DevVarStringArray *)
string& get_doc_url()
vector <DeviceImpl *> & get_device_list()
vector <Command *> & get_command_list()
DbClass* get_db_class()
MultiClassAttribute* get_class_attr()
void register_signal(long signo, bool own_handler = false)
own_handler - A boolean set to true if you want the device signal handler
to be executed in its own handler instead of being executed by the signal
thread. If this parameter is set to true, care should be taken on how the
handler is written. A default false value is provided * @exception DevFailed Thrown if the signal number is out of range or if the
operating system failed to register a signal for the process.
Click here to read
DevFailed exception specification void unregister_signal(long signo)
virtual void signal_handler(long signo)
string doc_url
vector <Command *> command_list
vector <DeviceImpl *> device_list
DbClass* db_class
MultiClassAttribute* class_attr
alphabetic index hierarchy of classes
generated by doc++