File: mainpage.dox

package info (click to toggle)
ros-diagnostics 1.12.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,264 kB
  • sloc: cpp: 3,034; python: 2,623; xml: 234; sh: 21; makefile: 5
file content (14 lines) | stat: -rw-r--r-- 513 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**

@mainpage self_test

@htmlinclude manifest.html

\b self_test contains the \ref self_test::TestRunner class that can be used
to sequence a set of tests to be run in order to test a device. It
advertises a self_test service. When the service is called, the \ref
self_test::TestRunner calls the tests that have been defined in order, and
combines the results into a \ref diagnostic_msgs::DiagnosticsArray. A
detailed example can be found in \ref selftest_example.cpp.

 */