Public Member Functions | |
| def | __init__ |
| def | __repr__ |
| def | class_str |
| def | contains_library |
| def | insert_new_class |
| def | read |
| def | write |
Public Attributes | |
| changed | |
| file_path | |
| has_class_libraries_tag | |
| libraries | |
| parent_pkgs | |
| rel_fn | |
Definition at line 8 of file plugin_xml.py.
| def ros_introspection.plugin_xml.PluginXML.__init__ | ( | self, | |
| rel_fn, | |||
| file_path | |||
| ) |
Definition at line 9 of file plugin_xml.py.
| def ros_introspection.plugin_xml.PluginXML.__repr__ | ( | self | ) |
Definition at line 68 of file plugin_xml.py.
| def ros_introspection.plugin_xml.PluginXML.class_str | ( | self, | |
| lib, | |||
| indent | |||
| ) |
Definition at line 86 of file plugin_xml.py.
| def ros_introspection.plugin_xml.PluginXML.contains_library | ( | self, | |
| library_name, | |||
| pkg, | |||
| name | |||
| ) |
Definition at line 46 of file plugin_xml.py.
| def ros_introspection.plugin_xml.PluginXML.insert_new_class | ( | self, | |
| library_name, | |||
| pkg, | |||
| name, | |||
| base_pkg, | |||
| base_name, | |||
description = '' |
|||
| ) |
Definition at line 52 of file plugin_xml.py.
| def ros_introspection.plugin_xml.PluginXML.read | ( | self | ) |
Definition at line 20 of file plugin_xml.py.
| def ros_introspection.plugin_xml.PluginXML.write | ( | self | ) |
Definition at line 62 of file plugin_xml.py.
Definition at line 9 of file plugin_xml.py.
Definition at line 9 of file plugin_xml.py.
Definition at line 9 of file plugin_xml.py.
Definition at line 9 of file plugin_xml.py.
Definition at line 9 of file plugin_xml.py.
Definition at line 9 of file plugin_xml.py.