11#include <catch2/catch_amalgamated.hpp>
17TEST_CASE(
"dev::odometry2d_nws_yarpTest",
"[yarp::dev]")
22 Network::setLocalMode(
true);
24 SECTION(
"Checking odometry2D_nws_yarp device alone")
32 nws_cfg.put(
"device",
"odometry2D_nws_yarp");
42 SECTION(
"Checking odometry2D_nws_yarp device attached to fakeOdometry2D")
50 pnws_cfg.put(
"device",
"odometry2D_nws_yarp");
56 pdev_cfg.put(
"device",
"fakeOdometry2D");
74 Network::setLocalMode(
false);
A container for a device driver.
Helper interface for an object that can wrap/or "attach" to a single other device.
A mini-server for performing network communication in the background.
void close() override
Stop port activity.
bool open(const std::string &name) override
Start port operation, with a specific name, with automatically-chosen network parameters.
A class for storing options and configuration information.
For streams capable of holding different kinds of content, check what they actually have.
void delay(double seconds)
Wait for a certain number of seconds.
An interface to the operating system, including Port based communication.
TEST_CASE("dev::odometry2d_nws_yarpTest", "[yarp::dev]")