Go to the source code of this file.
Classes | |
class | cppexamples::CustomController |
class | cppexamples::CustomController::XMLData |
class | cppexamples::CustomController::PIDXMLReader |
Namespaces | |
namespace | cppexamples |
Functions | |
InterfaceBasePtr | CreateInterfaceValidated (InterfaceType type, const std::string &interfacename, std::istream &sinput, EnvironmentBasePtr penv) |
void | GetPluginAttributesValidated (PLUGININFO &info) |
[helper] Validated function callback for returning a plugin's information. No checks need to be made on the parmaeters. | |
OPENRAVE_PLUGIN_API void | DestroyPlugin () |
[export] Stub function to be defined by plugin that includes rave/plugin.h. | |
Variables | |
static boost::shared_ptr< void > | s_RegisteredReader |
InterfaceBasePtr CreateInterfaceValidated | ( | InterfaceType | type, |
const std::string & | interfacename, | ||
std::istream & | sinput, | ||
EnvironmentBasePtr | penv | ||
) |
as long as this pointer is valid, the reader will remain registered
Definition at line 148 of file customreader.cpp.
|
static |
Definition at line 146 of file customreader.cpp.