IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Public Member Functions | List of all members
Always Class Reference

Class that always triggers a report. More...

Inheritance diagram for Always:
Inheritance graph
[legend]
Collaboration diagram for Always:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, theConfig=CfgTrigger())
 Constructor for Always trigger class. More...
 
def test (self, theSig)
 Check if a report should be triggered for the supplied signal. More...
 

Additional Inherited Members

- Public Attributes inherited from Trigger
 config
 

Detailed Description

Class that always triggers a report.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  theConfig = CfgTrigger() 
)

Constructor for Always trigger class.

Reimplemented from Trigger.

Member Function Documentation

◆ test()

def test (   self,
  theSig 
)

Check if a report should be triggered for the supplied signal.

Always return True (opposite of the base class).

Reimplemented from Trigger.


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