Public Member Functions | |
| __init__ (node, attr, egu) | |
| getName () | |
| size () | |
| id () | |
| setRule (rule) | |
| getRule () | |
| setConstraint (constraint) | |
| setEGU (egu) | |
| getEGU () | |
| getConstraint () | |
| flags () | |
| isReadOnly () | |
| isWriteOnly () | |
| isReadWrite () | |
| isNoDirectAccess () | |
| isCommand () | |
| isDeprecated () | |
| getNode () | |
| setTimeStamp (value) | |
| getTimeStamp () | |
Definition at line 289 of file gAttr.py.
|
|
Method that returns the gConstraint.Gconstraint class for this gAttr
|
|
|
Method that returns the gEGU.GEGU class for this gAttr
|
|
|
Retrieve the rule associated with the gAttr. |
|
|
Method that returns the timestamp at the moment when the register was accessed.
|
|
|
Returns a boolean value indicating if the attribute is a dataless command or not
|
|
|
Returns a boolean value indicating if the attribute is deprecated or not
|
|
|
Returns a boolean value indicating if the attribute is no direct access or not
|
|
|
Returns a boolean value indicating if the attribute is read only or not
|
|
|
Returns a boolean value indicating if the attribute is read write or not
|
|
|
Returns a boolean value indicating if the attribute is write only or not
|
|
|
Method to attach a constraint to a gAttr after the gAttr has been constructed. This method will go away once constraints are loaded from a configuration file.
|
|
|
Method to attach a EGU to a gAttr after the gAttr has been constructed.
|
|
|
Method to attach a rule to a gAttr after the gAttr has been constructed.
|
|
|
Method for returning the size of the attribute
|
1.4.3