Classes | |
| class | GeneratorField |
| class | GeneratorSection |
| class | ROSGenerator |
Variables | |
| AT_LEAST_THREE_DASHES = re.compile('^\-{3,}\r?$') | |
| FIELD_LINE = re.compile('([\w_/]+)(\[\d*\])?\s+([\w_]+)\s*(=.*)?(\s*\#.*)?$', re.DOTALL) | |
| ros_introspection.ros_generator.AT_LEAST_THREE_DASHES = re.compile('^\-{3,}\r?$') |
Definition at line 4 of file ros_generator.py.