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

Class that triggers a report when the state matches a target state. More...

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

Public Member Functions

def __init__ (self, theConfig, target)
 Constructor for onMatch trigger class. More...
 
def newTarget (self, theTarg)
 Define the new target to check against. More...
 
def test (self, theSig)
 Report triggered when the passed signal matches the target signal. More...
 
- Public Member Functions inherited from Trigger
def __init__ (self, theConfig=CfgTrigger())
 Constructor for base trigger class. More...
 

Public Attributes

 targSig
 
- Public Attributes inherited from Trigger
 config
 

Detailed Description

Class that triggers a report when the state matches a target state.

In principle, the equality binary operator should work (be defined) for the signal. If equality is not supported, then try the whenClose trigger.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  theConfig,
  target 
)

Constructor for onMatch trigger class.

Member Function Documentation

◆ newTarget()

def newTarget (   self,
  theTarg 
)

Define the new target to check against.

Parameters
[in]theTargNew target instance.

◆ test()

def test (   self,
  theSig 
)

Report triggered when the passed signal matches the target signal.

Parameters
[in]theSigThe passed signal.

Reimplemented from Trigger.

Member Data Documentation

◆ targSig

targSig

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