A Discrete-Event Network Simulator
API
flowmon-parse-results.Flow Class Reference
+ 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__
 

Detailed Description

Definition at line 34 of file flowmon-parse-results.py.

Constructor & Destructor Documentation

def flowmon-parse-results.Flow.__init__ (   self,
  flow_el 
)

Definition at line 38 of file flowmon-parse-results.py.

Member Data Documentation

list flowmon-parse-results.Flow.__slots__
staticprivate
Initial value:
1 = ['flowId', 'delayMean', 'packetLossRatio', 'rxBitrate', 'txBitrate',
2  'fiveTuple', 'packetSizeMean', 'probe_stats_unsorted',
3  'hopCount', 'flowInterruptionsHistogram', 'rx_duration']

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.


The documentation for this class was generated from the following file: