#include <interface.h>
Public メソッド | |
InterfaceCommand () | |
InterfaceCommand (InterfaceCommandFn newfn, const std::string &newhelp) | |
Public 変数 | |
InterfaceCommandFn | fn |
command function to run | |
std::string | help |
help string explaining command arguments | |
interface.h の 162 行で定義されています。
|
inline |
interface.h の 165 行で定義されています。
|
inline |
interface.h の 167 行で定義されています。
InterfaceCommandFn OpenRAVE::InterfaceBase::InterfaceCommand::fn |
command function to run
interface.h の 169 行で定義されています。
std::string OpenRAVE::InterfaceBase::InterfaceCommand::help |
help string explaining command arguments
interface.h の 170 行で定義されています。