class documentation
class SimpleFilter(object):
Known subclasses: niryo_libraries.message_filters.Cache
, niryo_libraries.message_filters.Subscriber
, niryo_libraries.message_filters.TimeSynchronizer
Undocumented
Method | __init__ |
Undocumented |
Method | register |
Register a callback function cb to be called when this filter has output. The filter calls the function cb with a filter-dependent list of arguments, followed by the call-supplied arguments args. |
Method | signal |
Undocumented |
Instance Variable | callbacks |
Undocumented |