12#include <catch2/catch_amalgamated.hpp>
18TEST_CASE(
"dev::fakeMotionControlMicro",
"[yarp::dev]")
22 Network::setLocalMode(
true);
24 SECTION(
"Checking fakeMotionControlMicro device")
33 p_cfg.put(
"device",
"fakeMotionControlMicro");
48 Network::setLocalMode(
false);
Interface for getting information about specific axes, if available.
Control board, extend encoder interface with timestamps.
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.
A class for storing options and configuration information.
TEST_CASE("dev::fakeMotionControlMicro", "[yarp::dev]")
void exec_iAxisInfo_test_1(IAxisInfo *iinfo)
void exec_iEncodersTimed_test_1(IEncodersTimed *ienc)
For streams capable of holding different kinds of content, check what they actually have.
An interface to the operating system, including Port based communication.