module documentation
Generic mixins for providing an UaObject with Attributes, Monitoring, ParameterSet and FinalResultData.
| Class | |
Mixin for UaObject with attributes. |
| Class | |
Mixin for UaObject with final result data. |
| Class | |
Mixin for UaObject with final result data. |
| Class | |
Mixin for UaObject with monitoring. |
| Class | |
Mixin for UaObject with parameters. |
| Type Variable | |
Attributes type for the UaObject. Defaults to base Attributes type. |
| Type Variable | |
FinalResultData type for the UaObject. Defaults to base FinalResultData type. |
| Type Variable | |
Identification type for the UaObject. Defaults to base Identification type. |
| Type Variable | |
Monitoring type for the UaObject. Defaults to base Monitoring type. |
| Type Variable | |
ParameterSet type for the UaObject. Defaults to base ParameterSet type. |
| Function | _type |
Return type checked type of cls or default if cls is NoneType. |
| Constant | _LOGGER |
Undocumented |
AttributesType =
¶
Attributes type for the UaObject. Defaults to base Attributes type.
| Value |
|
FinalResultDataType =
¶
FinalResultData type for the UaObject. Defaults to base FinalResultData type.
| Value |
|
IdentificationType =
¶
Identification type for the UaObject. Defaults to base Identification type.
| Value |
|
MonitoringType =
¶
Monitoring type for the UaObject. Defaults to base Monitoring type.
| Value |
|
ParameterSetType =
¶
ParameterSet type for the UaObject. Defaults to base ParameterSet type.
| Value |
|