12#include <catch2/catch_amalgamated.hpp>
22 Network::setLocalMode(
true);
24 SECTION(
"Checking fakePositionSensor device")
33 p_cfg.put(
"device",
"fakePositionSensor");
52 Network::setLocalMode(
false);
bool view(T *&x)
Get an interface to the device driver.
Device interface to one or multiple orientation sensors, such as IMUs with on board estimation algori...
Device interface to one or multiple position sensors, such as UWB localization sensors.
A container for a device driver.
bool close() override
Close the DeviceDriver.
bool open(const std::string &txt)
Construct and configure a device by its common name.
A mini-server for performing network communication in the background.
A class for storing options and configuration information.
TEST_CASE("dev::fakePositionSensor", "[yarp::dev]")
void exec_IOrientationSensors_test_1(IOrientationSensors *ios)
void exec_IPositionSensors_test_1(IPositionSensors *ios)
For streams capable of holding different kinds of content, check what they actually have.
An interface to the operating system, including Port based communication.