Model core module.
Functions
| Database | Helper to get the database corresponding to the given name. |
| Device | Helper to get the device corresponding to the given name. |
| Attribute | Helper to get the attribute corresponding to the given name. |
Classes
| Quality | Quality enum. |
| Access | Access enum. |
| DisplayLevel | Display level enum. |
| DataType | Data type enum. |
| State | State enum. |
| IScheme | Base scheme class. |
| IDatabase | Base database class. |
| IDevice | Base device class. |
| IAttribute | Base attribute class. |
Bases: qarbon.node.Node
Base scheme class.
Plugins should provide an implementation of this class.
Bases: qarbon.node.Node
Base database class.
Plugins should provide an implementation of this class as a response to a get_database from their Scheme
Bases: qarbon.node.Node
Base device class.
Plugins should provide an implementation of this class as a response to a get_device from their Scheme
Bases: qarbon.node.Node
Base attribute class.
Plugins should provide an implementation of this class as a response to a get_attribute from their Scheme