Add docstring
This commit is contained in:
parent
9ea97f23ec
commit
7e99bcb0ab
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ def ros_process(events):
|
|||
processor.handle(event)
|
||||
|
||||
class RosProcessor():
|
||||
"""
|
||||
ROS-aware event processing/handling class.
|
||||
Handles a trace's events and builds a model with the data.
|
||||
"""
|
||||
def __init__(self):
|
||||
# TODO add other stuff
|
||||
self.callbacks = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue