20#include <catch2/catch_amalgamated.hpp>
28TEST_CASE(
"dev::fakeFrameGrabberTest",
"[yarp::dev]")
32 Network::setLocalMode(
true);
34 SECTION(
"Test the IFrameGrabberImage interface")
39 p.
put(
"device",
"fakeFrameGrabber");
53 SECTION(
"Test the IRgbVisualParams interface")
58 p.
put(
"device",
"fakeFrameGrabber");
73 Network::setLocalMode(
false);
contains the definition of a Vector type
bool view(T *&x)
Get an interface to the device driver.
An interface for retrieving intrinsic parameter from a rgb camera.
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.
A mini-server for performing network communication in the background.
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.
TEST_CASE("dev::fakeFrameGrabberTest", "[yarp::dev]")
void exec_IRgbVisualParams_test_1(IRgbVisualParams *irgb)
void exec_IFrameGrabberImage_test_1(IFrameGrabberImage *iframe)
For streams capable of holding different kinds of content, check what they actually have.
An interface to the operating system, including Port based communication.