15#include <catch2/catch_amalgamated.hpp>
18TEST_CASE(
"dev::FrameTransformServerTest",
"[yarp::dev]")
20 #if defined(DISABLE_FAILING_TESTS)
29 SECTION(
"test the frameTransformServer open/close")
34 p.put(
"device",
"frameTransformServer");
35 p.put(
"filexml_option",
"fts_yarp_only.xml");
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 delay(double seconds)
Wait for a certain number of seconds.