Module types

Source
Expand description

Data types used with the Tango API.

Structs§

AttributeData
Represents the value and other metadata of a device attribute.
AttributeInfo
Provides information about a single device attribute.
CommandInfo
Provides information about the API of a single command.
DbDatum
Represents a single property with name and value.

Enums§

AttrDataFormat
Attribute “data format” constants.
AttrQuality
Attribute “quality” constants.
AttrValue
Represents the value of an attribute.
AttrWriteType
Attribute “write type” constants.
CommandData
Represents the input or output arguments of a command.
DevSource
Device data source constants.
DispLevel
Device “display level” constants.
ErrSeverity
Error severity constants.
PropertyValue
Represents the value of a property.
TangoDataType
The type of a Tango command argument/result, attribute data, or property value.
TangoDevState
Device states supported by Tango as the DevState value type.

Type Aliases§

DevEncoded
Representation of a Tango DevEncoded value.