15#include <catch2/catch_amalgamated.hpp>
18TEST_CASE(
"dev::frameTransformStorage",
"[yarp::dev]")
20 #if defined(DISABLE_FAILING_TESTS)
29 SECTION(
"test the frameTransformStorage")
34 p.
put(
"device",
"frameTransformStorage");
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.
static bool setLocalMode(bool flag)
Chooses whether communication is process-local.
A class for storing options and configuration information.
void put(const std::string &key, const std::string &value)
Associate the given key with the given string.
void exec_frameTransformStorage_test_1(IFrameTransformStorageSet *itfSet, IFrameTransformStorageGet *itfGet, IFrameTransformStorageUtils *itfUtils)
void delay(double seconds)
Wait for a certain number of seconds.