
Public Member Functions | |
| def | __init__ |
| def | add_cmd |
| def | get_valid_cmds |
| def | help_cmd |
Private Attributes | |
| _description | |
Definition at line 683 of file rosbag_main.py.
| def rosbag.rosbag_main.RosbagCmds.__init__ | ( | self | ) |
Definition at line 684 of file rosbag_main.py.
| def rosbag.rosbag_main.RosbagCmds.add_cmd | ( | self, | |
| name, | |||
| function, | |||
| description | |||
| ) |
Definition at line 689 of file rosbag_main.py.
| def rosbag.rosbag_main.RosbagCmds.get_valid_cmds | ( | self | ) |
Definition at line 693 of file rosbag_main.py.
| def rosbag.rosbag_main.RosbagCmds.help_cmd | ( | self, | |
| argv | |||
| ) |
Definition at line 702 of file rosbag_main.py.
Definition at line 684 of file rosbag_main.py.