Inheritance diagram for flowmon-parse-results.Flow:
 Collaboration diagram for flowmon-parse-results.Flow:Public Member Functions | |
| def | __init__ (self, flow_el) | 
Public Attributes | |
| delayMean | |
| flowId | |
| flowInterruptionsHistogram | |
| hopCount | |
| packetLossRatio | |
| packetSizeMean | |
| probe_stats_unsorted | |
| rx_duration | |
| rxBitrate | |
| txBitrate | |
Static Private Attributes | |
| list | __slots__ | 
Definition at line 34 of file flowmon-parse-results.py.
| def flowmon-parse-results.Flow.__init__ | ( | self, | |
| flow_el | |||
| ) | 
Definition at line 38 of file flowmon-parse-results.py.
      
  | 
  staticprivate | 
Definition at line 35 of file flowmon-parse-results.py.
| flowmon-parse-results.Flow.delayMean | 
Definition at line 51 of file flowmon-parse-results.py.
| flowmon-parse-results.Flow.flowId | 
Definition at line 39 of file flowmon-parse-results.py.
| flowmon-parse-results.Flow.flowInterruptionsHistogram | 
Definition at line 73 of file flowmon-parse-results.py.
| flowmon-parse-results.Flow.hopCount | 
Definition at line 47 of file flowmon-parse-results.py.
| flowmon-parse-results.Flow.packetLossRatio | 
Definition at line 67 of file flowmon-parse-results.py.
| flowmon-parse-results.Flow.packetSizeMean | 
Definition at line 52 of file flowmon-parse-results.py.
| flowmon-parse-results.Flow.probe_stats_unsorted | 
Definition at line 45 of file flowmon-parse-results.py.
| flowmon-parse-results.Flow.rx_duration | 
Definition at line 44 of file flowmon-parse-results.py.
| flowmon-parse-results.Flow.rxBitrate | 
Definition at line 57 of file flowmon-parse-results.py.
| flowmon-parse-results.Flow.txBitrate | 
Definition at line 61 of file flowmon-parse-results.py.