6#ifndef YARP_DEVICEBUNDLER_H
7#define YARP_DEVICEBUNDLER_H
40 bool close()
override;
This class is the parameters parser for class DeviceBundler.
DeviceBundler: A device capable of opening two additional devices, specified by the user,...
bool open(yarp::os::Searchable &config) override
Open the DeviceDriver.
bool close() override
Close the DeviceDriver.
~DeviceBundler() override
DeviceBundler & operator=(const DeviceBundler &)=delete
DeviceBundler & operator=(DeviceBundler &&)=delete
DeviceBundler(DeviceBundler &&)=delete
DeviceBundler(const DeviceBundler &)=delete
Interface implemented by all device drivers.
Interface for an object that can wrap/or "attach" to another.
A container for a device driver.
A base class for nested structures that can be searched.