Factory class for creating instances of StreamingDevice.
#include <StreamingDevice.hpp>
|
| static StreamingDevice * | makeDevice (const std::string &deviceName, yarp::os::Searchable &config) |
| | Creates a new YARP device handle.
|
| |
◆ makeDevice()
| StreamingDevice * StreamingDeviceFactory::makeDevice |
( |
const std::string & |
deviceName, |
|
|
yarp::os::Searchable & |
config |
|
) |
| |
|
static |
- Parameters
-
| deviceName | Name of the device. |
| config | List of options the YARP device should be opened with. |
- Returns
- Pointer to an instance of a StreamingDevice.
The documentation for this class was generated from the following files:
- programs/streamingDeviceController/StreamingDevice.hpp
- programs/streamingDeviceController/StreamingDevice.cpp