Tango Core Classes Reference
9.3.4
|
Modules | |
Database Client classes | |
Group Client classes | |
Classes | |
class | ApiUtil |
Miscellaneous utility methods usefull in a Tango client. More... | |
struct | Tango::ArchiveEventInfo |
Attribute archive event configuration. More... | |
class | Tango::AttrConfEventData |
Attribute configuration change event callback execution data. More... | |
struct | Tango::AttributeAlarmInfo |
Attribute alarms configuration. More... | |
struct | Tango::AttributeEventInfo |
Attribute event configuration. More... | |
struct | Tango::AttributeInfo |
Attribute configuration data extension. More... | |
struct | Tango::AttributeInfoEx |
Extended attribute configuration data. More... | |
class | AttributeProxy |
Easy to use interface to Tango device attribute. More... | |
class | Tango::AttrReadEvent |
Asynchronous read attribute execution callback data. More... | |
class | Tango::AttrWrittenEvent |
Asynchronous write attribute execution callback data. More... | |
class | Tango::CallBack |
Event and asynchronous (callback model) calls base class. More... | |
struct | Tango::ChangeEventInfo |
Attribute change event configuration. More... | |
class | Tango::CmdDoneEvent |
Asynchronous command execution callback data. More... | |
struct | Tango::CommandInfo |
Command information data extension. More... | |
class | Connection |
Base class for Tango device access. More... | |
struct | DataElement< T > |
Fundamental type for extracting data from a device pipe blob. More... | |
class | Tango::DataReadyEventData |
Data ready event callback execution data. More... | |
class | DeviceAttribute |
Fundamental type for sending an dreceiving data to and from device attributes. More... | |
class | Tango::DeviceAttributeHistory |
Fundamental type for receiving data from device attribute polling buffers. More... | |
class | DeviceData |
Fundamental type for sending and receiving data from device commands. More... | |
class | Tango::DeviceDataHistory |
Fundamental type for receiving data from device command polling buffers. More... | |
class | DevicePipe |
Fundamental type for sending/receiving data from device pipes. More... | |
class | DevicePipeBlob |
A device pipe blob. More... | |
class | DeviceProxy |
High level class which provides the client with an easy-to-use interface to TANGO devices. More... | |
class | Tango::DevIntrChangeEventData |
Device interface change event callback execution data. More... | |
class | Tango::EventData |
Event callback execution data. More... | |
class | Tango::Except |
Container class for all exception related methods. More... | |
class | Tango::NamedDevFailed |
An exception class. More... | |
class | Tango::NamedDevFailedList |
An exception class. More... | |
struct | Tango::PeriodicEventInfo |
Attribute periodic event configuration. More... | |
class | Tango::PipeEventData |
Pipe event callback execution data. More... | |
Enumerations | |
enum | Tango::_AttrMemorizedType { Tango::NOT_KNOWN, Tango::NONE, Tango::MEMORIZED, Tango::MEMORIZED_WRITE_INIT } |
Possible memorized attribute type. More... | |
enum | Tango::asyn_req_type { Tango::POLLING, Tango::CALL_BACK, Tango::ALL_ASYNCH } |
Possible asynchronous request type. More... | |
enum | Tango::cb_sub_model { Tango::PUSH_CALLBACK, Tango::PULL_CALLBACK } |
Possible callback mode. More... | |
enum | Tango::ErrorManagementType { Tango::ABORT_ON_ERROR =0, Tango::CONTINUE_ON_ERROR } |
Possible error management with write_read_attribute call. More... | |
enum | Tango::EventType { Tango::CHANGE_EVENT =0, Tango::QUALITY_EVENT, Tango::PERIODIC_EVENT, Tango::ARCHIVE_EVENT, Tango::USER_EVENT, Tango::ATTR_CONF_EVENT, Tango::DATA_READY_EVENT, Tango::INTERFACE_CHANGE_EVENT, Tango::PIPE_EVENT } |
Possible event type. More... | |
enum Tango::asyn_req_type |
enum Tango::cb_sub_model |
enum Tango::EventType |
Possible event type.
Enumerator | |
---|---|
CHANGE_EVENT | Change event. |
QUALITY_EVENT | Quality change event (deprecated - do not use) |
PERIODIC_EVENT | Periodic event. |
ARCHIVE_EVENT | Archive event. |
USER_EVENT | User event. |
ATTR_CONF_EVENT | Attribute configuration change event. |
DATA_READY_EVENT | Data ready event. |
INTERFACE_CHANGE_EVENT | Device interface change event. |
PIPE_EVENT | Device pipe event. |