#include <catch2/catch_all.hpp>#include <atomic>#include <chrono>#include <iostream>#include <depthai/depthai.hpp>
Go to the source code of this file.
Functions | |
| void | makeInfo (dai::Pipeline &p) |
| TEST_CASE ("usb2Mode == true") | |
| TEST_CASE ("UsbSpeed::HIGH") | |
| TEST_CASE ("UsbSpeed::SUPER") | |
| TEST_CASE ("UsbSpeed::SUPER_PLUS") | |
| void | verifyInfo (dai::Device &d) |
| void makeInfo | ( | dai::Pipeline & | p | ) |
Definition at line 11 of file device_usbspeed_test.cpp.
| TEST_CASE | ( | ) |
Definition at line 27 of file device_usbspeed_test.cpp.
| TEST_CASE | ( | "UsbSpeed::HIGH" | ) |
Definition at line 34 of file device_usbspeed_test.cpp.
| TEST_CASE | ( | "UsbSpeed::SUPER" | ) |
Definition at line 41 of file device_usbspeed_test.cpp.
| TEST_CASE | ( | "UsbSpeed::SUPER_PLUS" | ) |
Definition at line 48 of file device_usbspeed_test.cpp.
| void verifyInfo | ( | dai::Device & | d | ) |
Definition at line 18 of file device_usbspeed_test.cpp.