#include <yarp/os/RFPlugin.h>
Classes | |
class | Private |
Public Member Functions | |
RFPlugin () | |
virtual | ~RFPlugin () |
virtual bool | open (const std::string &command) |
opens the plugin | |
virtual void | close () |
closes the plugin | |
virtual bool | isRunning () |
check if the plugin is running | |
virtual std::string | getCmd () |
get the command line used to open the plugin | |
virtual int | getThreadKey () |
get the thread id | |
Definition at line 15 of file RFPlugin.h.
RFPlugin::RFPlugin | ( | ) |
Definition at line 50 of file RFPlugin.cpp.
|
virtual |
Definition at line 55 of file RFPlugin.cpp.
|
virtual |
closes the plugin
Definition at line 70 of file RFPlugin.cpp.
|
virtual |
get the command line used to open the plugin
Definition at line 60 of file RFPlugin.cpp.
|
virtual |
get the thread id
Definition at line 65 of file RFPlugin.cpp.
|
virtual |
check if the plugin is running
Definition at line 75 of file RFPlugin.cpp.
opens the plugin
command | a string containing the equivalent command line |
Definition at line 99 of file RFPlugin.cpp.