|
The Assimilation Monitoring Project
|


Public Member Functions | |
| def | __init__ |
| def | __int__ |
| def | __str__ |
| def | getint |
| def | setint |
| def | intlength |
Public Member Functions inherited from cma.AssimCclasses.pyFrame | |
| def | __init__ |
| def | frametype |
| def | framelen |
| def | framevalue |
| def | frameend |
| def | dataspace |
| def | isvalid |
| def | setvalue |
| def | dump |
| def | __str__ |
Public Member Functions inherited from cma.AssimCclasses.pyAssimObj | |
| def | __init__ |
| def | cclassname |
| def | __str__ |
| def | __del__ |
| def | refcount |
Additional Inherited Members | |
Static Public Member Functions inherited from cma.AssimCclasses.pyFrame | |
| def | Cstruct2Frame |
This class represents the Python version of our IntFrame C-class - represented by the struct _IntFrame This class represents an integer of 1, 2, 3, 4 or 8 bytes.
Definition at line 685 of file AssimCclasses.py.
| def cma.AssimCclasses.pyIntFrame.__init__ | ( | self, | |
| frametype, | |||
initval = None, |
|||
intbytes = 4, |
|||
Cstruct = None |
|||
| ) |
Definition at line 689 of file AssimCclasses.py.
References cma.AssimCclasses.pyAssimObj._Cstruct, intframe_new(), _IntFrame.setint, _ConfigContext.setint, and cma.AssimCclasses.pyIntFrame.setint().

| def cma.AssimCclasses.pyIntFrame.__int__ | ( | self | ) |
Definition at line 700 of file AssimCclasses.py.
References cma.AssimCclasses.pyAssimObj._Cstruct, and cma.AssimCclasses.pyIntFrame.getint().

| def cma.AssimCclasses.pyIntFrame.__str__ | ( | self | ) |
Definition at line 704 of file AssimCclasses.py.
References _FrameTypeToFrame.frametype, and cma.AssimCclasses.pyFrame.frametype().

| def cma.AssimCclasses.pyIntFrame.getint | ( | self | ) |
Definition at line 708 of file AssimCclasses.py.
Referenced by cma.AssimCclasses.pyConfigContext.__getitem__(), and cma.AssimCclasses.pyIntFrame.__int__().

| def cma.AssimCclasses.pyIntFrame.intlength | ( | self | ) |
Return the number of bytes in the integer underlying this pyIntFrame object. (implemented by underlying IntFrame object)
Definition at line 718 of file AssimCclasses.py.
References cma.AssimCclasses.pyAssimObj._Cstruct.
| def cma.AssimCclasses.pyIntFrame.setint | ( | self, | |
| intval | |||
| ) |
Set the value of this pyIntFrame to the given integer value. Note that this value is range checked by the underlying IntFrame implementation.
Definition at line 712 of file AssimCclasses.py.
References cma.AssimCclasses.pyAssimObj._Cstruct.
Referenced by cma.AssimCclasses.pyIntFrame.__init__(), and cma.AssimCclasses.pyConfigContext.__setitem__().
