![]() |
The Gaudi Framework
v26r3
|


Public Member Functions | |
| def | __init__ (self, GMPComponent, qin, qout) |
| def | send (self, item) |
| def | receive |
| def | finalize (self) |
| def | statistics (self) |
| def | __init__ (self, GMPComponent, qin, qout) |
| def | send (self, item) |
| def | receive |
| def | finalize (self) |
| def | statistics (self) |
Public Attributes | |
| log | |
| maxsize | |
| qin | |
| qout | |
| allsent | |
| allrecv | |
| nSent | |
| nRecv | |
| sizeSent | |
| sizeRecv | |
| qinTime | |
| qoutTime | |
Private Attributes | |
| _gmpc | |
Definition at line 228 of file GMPBase.py.
| def GaudiMP.GMPBase.EventCommunicator.__init__ | ( | self, | |
| GMPComponent, | |||
| qin, | |||
| qout | |||
| ) |
Definition at line 232 of file GMPBase.py.
| def GaudiMP.GMPBase.EventCommunicator.__init__ | ( | self, | |
| GMPComponent, | |||
| qin, | |||
| qout | |||
| ) |
Definition at line 232 of file GMPBase.py.
| def GaudiMP.GMPBase.EventCommunicator.finalize | ( | self | ) |
Definition at line 287 of file GMPBase.py.
| def GaudiMP.GMPBase.EventCommunicator.finalize | ( | self | ) |
Definition at line 287 of file GMPBase.py.
| def GaudiMP.GMPBase.EventCommunicator.receive | ( | self, | |
timeout = None |
|||
| ) |
Definition at line 267 of file GMPBase.py.
| def GaudiMP.GMPBase.EventCommunicator.receive | ( | self, | |
timeout = None |
|||
| ) |
Definition at line 267 of file GMPBase.py.
| def GaudiMP.GMPBase.EventCommunicator.send | ( | self, | |
| item | |||
| ) |
Definition at line 253 of file GMPBase.py.
| def GaudiMP.GMPBase.EventCommunicator.send | ( | self, | |
| item | |||
| ) |
Definition at line 253 of file GMPBase.py.
| def GaudiMP.GMPBase.EventCommunicator.statistics | ( | self | ) |
Definition at line 303 of file GMPBase.py.
| def GaudiMP.GMPBase.EventCommunicator.statistics | ( | self | ) |
Definition at line 303 of file GMPBase.py.
|
private |
Definition at line 233 of file GMPBase.py.
| GaudiMP.GMPBase.EventCommunicator.allrecv |
Definition at line 243 of file GMPBase.py.
| GaudiMP.GMPBase.EventCommunicator.allsent |
Definition at line 242 of file GMPBase.py.
| GaudiMP.GMPBase.EventCommunicator.log |
Definition at line 234 of file GMPBase.py.
| GaudiMP.GMPBase.EventCommunicator.maxsize |
Definition at line 236 of file GMPBase.py.
| GaudiMP.GMPBase.EventCommunicator.nRecv |
Definition at line 247 of file GMPBase.py.
| GaudiMP.GMPBase.EventCommunicator.nSent |
Definition at line 246 of file GMPBase.py.
| GaudiMP.GMPBase.EventCommunicator.qin |
Definition at line 238 of file GMPBase.py.
| GaudiMP.GMPBase.EventCommunicator.qinTime |
Definition at line 250 of file GMPBase.py.
| GaudiMP.GMPBase.EventCommunicator.qout |
Definition at line 239 of file GMPBase.py.
| GaudiMP.GMPBase.EventCommunicator.qoutTime |
Definition at line 251 of file GMPBase.py.
| GaudiMP.GMPBase.EventCommunicator.sizeRecv |
Definition at line 249 of file GMPBase.py.
| GaudiMP.GMPBase.EventCommunicator.sizeSent |
Definition at line 248 of file GMPBase.py.