Interface Tango::Device

Global index


  interface Device;

The fundamental interface for all TANGO objects. Each Device is a network object which can be accessed locally or via network. The network protocol on the wire will be IIOP. The Device interface implements all the basic functions needed for doing generic synchronous and asynchronous I/O on a device. A Device object has data and actions. Data are represented in the form of Attributes. Actions are represented in the form of Commands. The CORBA Device interface offers attributes and methods to access the attributes and commands. A client will either use these methods directly from C++ or Java or access them via a wrapper class. The Device interface describes only the remote network interface. Implementation features like threads, command security, priority etc. are dealt with in server side of the device server model.


Operation index.

black_box
command_inout
command_list_query
command_query
get_attribute_config
info
ping
read_attributes
set_attribute_config
write_attributes

Attribute index.

adm_name
description
name
state
status

Operations.

Attributes.


Generated by idl2html