#include <linux/v4l2-controls.h>
#include <yarp/dev/FrameGrabberInterfaces.h>
#include <chrono>
#include <thread>
#include "../Statistics.h"
#include "../UltraPythonCameraHelper.h"
#include "CApiMock.h"
#include "common.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
Go to the source code of this file.
Functions | |
TEST (UltraPython, notusedparams_ok) | |
TEST (UltraPython, hasControls_ok) | |
TEST | ( | UltraPython | , |
hasControls_ok | |||
) |
Definition at line 56 of file testDefalutOrNotUsedParam.cpp.
TEST | ( | UltraPython | , |
notusedparams_ok | |||
) |
Definition at line 35 of file testDefalutOrNotUsedParam.cpp.