wbc
wbc::PluginLoader Class Reference

Helper class to load the robot model, solver and scene plugins. More...

#include <PluginLoader.hpp>

Public Types

typedef std::map< std::string, void * > PluginMap

Static Public Member Functions

static bool loadPlugin (const std::string &name)
static bool unloadPlugin (const std::string &name)
static PluginMapgetPluginMap ()

Detailed Description

Helper class to load the robot model, solver and scene plugins.

Member Typedef Documentation

◆ PluginMap

typedef std::map<std::string, void*> wbc::PluginLoader::PluginMap

Member Function Documentation

◆ getPluginMap()

PluginMap * wbc::PluginLoader::getPluginMap ( )
inlinestatic

◆ loadPlugin()

bool wbc::PluginLoader::loadPlugin ( const std::string & name)
inlinestatic

◆ unloadPlugin()

bool wbc::PluginLoader::unloadPlugin ( const std::string & name)
inlinestatic

The documentation for this class was generated from the following files: