|
static bool | checkPlugin (const std::string &name, const std::string &type={}) |
| Checks if a pluigin of the given type is available. More...
|
|
Definition at line 36 of file Drivers.cpp.
◆ ~Private()
yarp::dev::Drivers::Private::~Private |
( |
| ) |
|
|
inlineoverride |
◆ add()
◆ find()
DriverCreator* yarp::dev::Drivers::Private::find |
( |
const char * |
name | ) |
|
|
inline |
◆ load()
DriverCreator * yarp::dev::Drivers::Private::load |
( |
const char * |
name | ) |
|
◆ remove()
bool yarp::dev::Drivers::Private::remove |
( |
const char * |
name | ) |
|
|
inline |
◆ select()
bool yarp::dev::Drivers::Private::select |
( |
Searchable & |
options | ) |
|
|
inlineoverridevirtual |
Determine whether a plugin is of interest.
- Returns
- true if plugin is of interest. By default, always returns true.
Reimplemented from yarp::os::YarpPluginSelector.
Definition at line 50 of file Drivers.cpp.
◆ toString()
std::string yarp::dev::Drivers::Private::toString |
( |
| ) |
|
|
inline |
◆ delegates
std::vector<DriverCreator *> yarp::dev::Drivers::Private::delegates |
The documentation for this class was generated from the following file: