6#ifndef ICURRENTCONTROLTEST_H
7#define ICURRENTCONTROLTEST_H
11#include <catch2/catch_amalgamated.hpp>
36 b =
icurr->getCurrent(0, &val);
39 b =
icurr->getRefCurrent(0, &val);
42 b =
icurr->setRefCurrent(0, 100);
45 b =
icurr->getRefCurrent(0, &val);
48 b =
icurr->getCurrentRange(0, &min, &max);
51 auto mins = std::vector< double >(
axis);
52 auto maxs = std::vector< double >(
axis);
Interface for setting control mode in control board.
Interface for control boards implementing current control.
A mini-server for performing network communication in the background.
void exec_iCurrentControl_test_1(ICurrentControl *icurr, IControlMode *icmd)
For streams capable of holding different kinds of content, check what they actually have.
An interface to the operating system, including Port based communication.