Inheritance diagram for GattrRaw:


Public Member Functions | |
| __init__ (name, regno, size, flags=ATTR_READ_WRITE) | |
| set (node, val, bypass=0) | |
| get (node, bypass=0) | |
Definition at line 122 of file gAttr.py.
|
||||||||||||||||||||
|
GattrRaw constructor
|
|
||||||||||||
|
Method for getting the value of a register attribute. Calls the functions in the node class for getting values. If bypass=0 (the default), the value will be returned in EU. If bypass=1, the raw value will be returned. Reimplemented from Gattr. |
|
||||||||||||||||
|
Method for setting the value of a register attribute. Calls the functions in the base class for setting values.
Reimplemented from Gattr. |
1.4.1