#include "PathPlanner.h"
Go to the source code of this file.
Functions | |
| void | PathInit (RTC::Manager *manager) |
Variables | |
| static const char * | path_spec [] |
| void PathInit | ( | RTC::Manager * | manager | ) |
Definition at line 143 of file server/PathPlanner/PathPlanner.cpp.
{
"implementation_id", "Path",
"type_name", "Path",
"description", "Path Planner Component",
"version", "0.1",
"vendor", "S-cubed, Inc.",
"category", "Generic",
"activity_type", "SPORADIC",
"kind", "DataFlowComponent",
"max_instance", "10",
"language", "C++",
"lang_type", "compile",
"conf.default.NameServer", "localhost",
""
}
Definition at line 11 of file server/PathPlanner/PathPlanner.cpp.