#include <PathPlanner.h>
Public Member Functions | |
virtual RTC::ReturnCode_t | onInitialize () |
Path (RTC::Manager *manager) | |
~Path () | |
Protected Attributes | |
std::string | m_NameServer |
OpenHRP_PathPlannerSVC_impl | m_Path |
RTC::CorbaPort | m_PathPort |
Definition at line 30 of file server/PathPlanner/PathPlanner.h.
Path::Path | ( | RTC::Manager * | manager | ) |
Definition at line 30 of file server/PathPlanner/PathPlanner.cpp.
Path::~Path | ( | ) |
Definition at line 55 of file server/PathPlanner/PathPlanner.cpp.
RTC::ReturnCode_t Path::onInitialize | ( | void | ) | [virtual] |
Reimplemented from RTC::RTObject_impl.
Definition at line 60 of file server/PathPlanner/PathPlanner.cpp.
std::string Path::m_NameServer [protected] |
Definition at line 88 of file server/PathPlanner/PathPlanner.h.
OpenHRP_PathPlannerSVC_impl Path::m_Path [protected] |
Definition at line 110 of file server/PathPlanner/PathPlanner.h.
RTC::CorbaPort Path::m_PathPort [protected] |
Definition at line 104 of file server/PathPlanner/PathPlanner.h.