#include "plugindefs.h"#include "roslaser2d.h"#include "rossensorpublisher.h"#include <rave/plugin.h>
Go to the source code of this file.
Functions | |
| InterfaceBasePtr | CreateInterfaceValidated (InterfaceType type, const std::string &interfacename, std::istream &sinput, EnvironmentBasePtr penv) |
| void | DestroyPlugin () |
| void | GetPluginAttributesValidated (PLUGININFO &info) |
Variables | |
| static list< boost::shared_ptr < void > > * | s_listRegisteredReaders = NULL |
| InterfaceBasePtr CreateInterfaceValidated | ( | InterfaceType | type, |
| const std::string & | interfacename, | ||
| std::istream & | sinput, | ||
| EnvironmentBasePtr | penv | ||
| ) |
Definition at line 23 of file rossensors.cpp.
| void DestroyPlugin | ( | ) |
Definition at line 50 of file rossensors.cpp.
| void GetPluginAttributesValidated | ( | PLUGININFO & | info | ) |
Definition at line 44 of file rossensors.cpp.
list< boost::shared_ptr<void> >* s_listRegisteredReaders = NULL [static] |
Definition at line 22 of file rossensors.cpp.