12#include <catch2/catch_amalgamated.hpp>
19TEST_CASE(
"dev::laserFromExternalPort",
"[yarp::dev]")
21 #if defined(DISABLE_FAILING_TESTS)
29 Network::setLocalMode(
true);
31 SECTION(
"Checking laserFromExternalPort device")
42 pnws_cfg.put(
"device",
"rangefinder2D_nws_yarp");
58 pnws_cfg.put(
"device",
"rangefinder2D_nws_yarp");
77 las_cfg.put(
"device",
"laserFromExternalPort");
96 Network::setLocalMode(
false);
A generic interface for planar laser range finders.
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.
static bool connect(const std::string &src, const std::string &dest, const std::string &carrier="", bool quiet=true)
Request that an output port connect to an input port.
A class for storing options and configuration information.
TEST_CASE("dev::laserFromExternalPort", "[yarp::dev]")
void exec_iRangefinder2D_test_1(IRangefinder2D *irf)
For streams capable of holding different kinds of content, check what they actually have.
An interface to the operating system, including Port based communication.