IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Class that triggers a report when the state is negative. More...
Public Member Functions | |
def | __init__ (self, theConfig) |
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 negative.
Typically the input signal will be an integer, but nothing prevents it from being any other signal for which less than 0 binary operation works.
def test | ( | self, | |
theSig | |||
) |
Report triggered when the passed signal is non-negative.
[in] | theSig | The passed signal. |
Reimplemented from Trigger.