|
The Assimilation Monitoring Project
|


Public Member Functions | |
| def | __init__ |
| def | addrtype |
| def | getnetaddr |
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 |
Data Fields | |
| port | |
Additional Inherited Members | |
Static Public Member Functions inherited from cma.AssimCclasses.pyFrame | |
| def | Cstruct2Frame |
This class represents the Python version of our C-class IpPortFrame - represented by the struct _IpPortFrame.
Definition at line 613 of file AssimCclasses.py.
| def cma.AssimCclasses.pyIpPortFrame.__init__ | ( | self, | |
| frametype, | |||
| addrstring, | |||
port = None, |
|||
Cstruct = None |
|||
| ) |
Definition at line 616 of file AssimCclasses.py.
References cma.AssimCclasses.pyAssimObj._Cstruct, cma.AssimCclasses.pyAddrFrame._pyNetAddr, cma.AssimCclasses.pyIpPortFrame._pyNetAddr, and ipportframe_netaddr_new().

| def cma.AssimCclasses.pyIpPortFrame.addrtype | ( | self | ) |
Definition at line 660 of file AssimCclasses.py.
| def cma.AssimCclasses.pyIpPortFrame.getnetaddr | ( | self | ) |
Definition at line 663 of file AssimCclasses.py.
References cma.AssimCclasses.pyAddrFrame._pyNetAddr, and cma.AssimCclasses.pyIpPortFrame._pyNetAddr.
| cma.AssimCclasses.pyIpPortFrame.port |
Definition at line 625 of file AssimCclasses.py.
Referenced by cma.droneinfo.DroneInfo.getport(), and cma.droneinfo.DroneInfo.setport().