17#include <catch2/catch_amalgamated.hpp>
20TEST_CASE(
"dev::frameTransformSetMultiplexer",
"[yarp::dev]")
28 SECTION(
"test the frameTransformSetMultiplexer")
37 p_dev1.put(
"device",
"frameTransformStorage");
39 p_dev2.put(
"device",
"frameTransformStorage");
42 p_multi.put(
"device",
"frameTransformSetMultiplexer");
A container for a device driver.
Helper interface for an object that can wrap/or "attach" to one or more other devices.
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 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.