TwiceAsNice  2019-02-18
Public Member Functions | Private Member Functions | Private Attributes | List of all members
test_helper.Poller Class Reference
Inheritance diagram for test_helper.Poller:
Inheritance graph
Collaboration diagram for test_helper.Poller:
Collaboration graph

Public Member Functions

def __init__ (self, timeoutSec, pollingDelaySec=0.01, reportPeriodSec=1.0)
 
def check (self, probe)
 

Private Member Functions

def _reportProgressIfAny (self)
 

Private Attributes

 _timeoutSec
 
 _pollingDelaySec
 
 _reportPeriodSec
 
 _nextReportTimeSec
 
 _t0
 

Constructor & Destructor Documentation

◆ __init__()

def test_helper.Poller.__init__ (   self,
  timeoutSec,
  pollingDelaySec = 0.01,
  reportPeriodSec = 1.0 
)

Member Function Documentation

◆ _reportProgressIfAny()

def test_helper.Poller._reportProgressIfAny (   self)
private

◆ check()

def test_helper.Poller.check (   self,
  probe 
)

Member Data Documentation

◆ _nextReportTimeSec

test_helper.Poller._nextReportTimeSec
private

◆ _pollingDelaySec

test_helper.Poller._pollingDelaySec
private

◆ _reportPeriodSec

test_helper.Poller._reportPeriodSec
private

◆ _t0

test_helper.Poller._t0
private

◆ _timeoutSec

test_helper.Poller._timeoutSec
private

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