TwiceAsNice
2019-02-18
|
#include <Nice/Util/DynamicLibrary.h>
#include <Basda/Basdard.h>
#include <Nice/Property.h>
#include <string>
Namespaces | |
Basda | |
These are contants that are used by the services internally. | |
Basda::DeviceFactory | |
Macros | |
#define | DEVICE_CREATE(x) extern "C" Basda::Device * instantDevice(const Nice::JointPtr & _config) {return new x(_config); } |
Functions | |
Basda::Device * | Basda::DeviceFactory::create (const Nice::JointPtr &_config) |
Load a dynamic library specified in the LOAD node of a property tree. More... | |
Basda::Device * | instantDevice (const Nice::JointPtr &_config) |
#define DEVICE_CREATE | ( | x | ) | extern "C" Basda::Device * instantDevice(const Nice::JointPtr & _config) {return new x(_config); } |
Basda::Device* instantDevice | ( | const Nice::JointPtr & | _config | ) |