IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Class that triggers a report when the state is non-negative. More...
Public Member Functions | |
def | __init__ (self, theConfig=None) |
Constructor for onMatch trigger class. More... | |
def | test (self, theSig) |
Report triggered when the passed signal is non-negative. More... | |
Additional Inherited Members | |
![]() | |
config | |
Class that triggers a report when the state is non-negative.
Typically the input signal will be an integer, but nothing prevents it from being any other signal for which greater than or equal to 0 binary operation works.
def __init__ | ( | self, | |
theConfig = None |
|||
) |
def test | ( | self, | |
theSig | |||
) |
Report triggered when the passed signal is non-negative.
[in] | theSig | The passed signal. |
Reimplemented from Trigger.