16#include <catch2/catch_amalgamated.hpp>
22TEST_CASE(
"dev::robotDescription_nws_yarp_Test",
"[yarp::dev]")
27 Network::setLocalMode(
true);
29 SECTION(
"Test the RobotDescription_nws_yarp device")
33 pserver_cfg.put(
"device",
"robotDescription_nws_yarp");
34 pserver_cfg.put(
"local",
"/robotDescription_nws_yarp/rpc");
43 SECTION(
"Test the RobotDescription_nws_yarp device with attach")
47 p_cfg_stor.put(
"device",
"robotDescriptionStorage");
52 pserver_cfg.put(
"device",
"robotDescription_nws_yarp");
53 pserver_cfg.put(
"local",
"/robotDescription_nws_yarp/rpc");
67 Network::setLocalMode(
false);
Interface for an object that can wrap/or "attach" to another.
A container for a device driver.
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::robotDescription_nws_yarp_Test", "[yarp::dev]")