File: test_plugins.xml

package info (click to toggle)
ros-pluginlib 5.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 428 kB
  • sloc: cpp: 1,151; python: 179; xml: 80; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 531 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
<library path="test_plugins">
  <class name="test_pluginlib/foo" type="test_plugins::Foo" base_class_type="test_base::Fubar">
    <description>This is a foo plugin.</description>
  </class>
  <class name="test_pluginlib/bar" type="test_plugins::Bar" base_class_type="test_base::Fubar">
    <description>This is a bar plugin.</description>
  </class>
  <class name="test_pluginlib/none" type="test_plugins::None" base_class_type="test_base::Fubar">
    <description>This is a broken none plugin.</description>
  </class>
</library>