16#include <catch2/catch_amalgamated.hpp>
19TEST_CASE(
"dev::frameTransformSet_nwc_yarp",
"[yarp::dev]")
21 #if defined(DISABLE_FAILING_TESTS)
30 SECTION(
"test the frameTransformSet_nwc_yarp")
37 p_dev.put(
"device",
"frameTransformStorage");
39 p_nws.put(
"device",
"frameTransformSet_nws_yarp");
52 p_nwc.put(
"device",
"frameTransformSet_nwc_yarp");
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.
bool open(const std::string &name) override
Start port operation, with a specific name, with automatically-chosen network parameters.
static bool setLocalMode(bool flag)
Chooses whether communication is process-local.
A class for storing options and configuration information.
void exec_frameTransformStorage_test_1(IFrameTransformStorageSet *itfSet, IFrameTransformStorageGet *itfGet, IFrameTransformStorageUtils *itfUtils)
void delay(double seconds)
Wait for a certain number of seconds.