6#ifndef YARP_DEVICETEMPLATE_H
7#define YARP_DEVICETEMPLATE_H
25 bool open(
yarp::os::Searchable& config) override;
26 bool close() override;
This class is the parameters parser for class DeviceTemplate.
DeviceTemplate(DeviceTemplate &&) noexcept=delete
bool open(yarp::os::Searchable &config) override
Open the DeviceDriver.
DeviceTemplate(const DeviceTemplate &)=delete
bool close() override
Close the DeviceDriver.
Interface implemented by all device drivers.
The main, catch-all namespace for YARP.