6#ifndef ICONTROLLIMITSTEST_H
7#define ICONTROLLIMITSTEST_H
15#include <catch2/catch_amalgamated.hpp>
36 b =
ilims->getLimits (0, &min, &max);
39 b =
ilims->getVelLimits(0, &min, &max);
42 b =
ilims->setLimits(0, min, max);
45 b =
ilims->setVelLimits(0, min, max);
define control board standard interfaces
define control board standard interfaces
Interface for getting information about specific axes, if available.
virtual bool getAxes(int *ax)=0
Get the number of controlled axes.
Interface for control devices, commands to get/set position and veloity limits.
A mini-server for performing network communication in the background.
void exec_iControlLimits_test1(IControlLimits *ilims, IAxisInfo *iinfo)
For streams capable of holding different kinds of content, check what they actually have.
An interface to the operating system, including Port based communication.