Package rosbag :: Module rosbag_main :: Class RosbagCmds
[frames] | no frames]

Class RosbagCmds

source code

UserDict.UserDict --+
                    |
                   RosbagCmds

Instance Methods
 
__init__(self) source code
 
add_cmd(self, name, function, description) source code
 
get_valid_cmds(self) source code
 
help_cmd(self, argv) source code

Inherited from UserDict.UserDict: __cmp__, __contains__, __delitem__, __getitem__, __len__, __repr__, __setitem__, clear, copy, get, has_key, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, update, values

Class Methods

Inherited from UserDict.UserDict: fromkeys

Class Variables

Inherited from UserDict.UserDict: __hash__

Method Details

__init__(self)
(Constructor)

source code 
Overrides: UserDict.UserDict.__init__