11#include <catch2/catch_amalgamated.hpp>
22 Network::setLocalMode(
true);
24 SECTION(
"Checking llm_nws_yarp device opening without attached device")
31 p_cfg.put(
"device",
"LLM_nws_yarp");
32 p_cfg.put(
"name",
"/LLM_nws");
44 SECTION(
"Checking llm_nws_yarp device")
52 pnws_cfg.put(
"device",
"LLM_nws_yarp");
57 pdev_cfg.put(
"device",
"fakeLLMDevice");
75 Network::setLocalMode(
false);
TEST_CASE("dev::llm_nws_yarp", "[yarp::dev]")
A container for a device driver.
bool close() override
Close the DeviceDriver.
bool open(const std::string &txt)
Construct and configure a device by its common name.
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.
A class for storing options and configuration information.
For streams capable of holding different kinds of content, check what they actually have.
void delay(double seconds)
Wait for a certain number of seconds.
An interface to the operating system, including Port based communication.