shared
depthai-shared
include
depthai-shared
common
shared/depthai-shared/include/depthai-shared/common/UsbSpeed.hpp
Go to the documentation of this file.
1
#pragma once
2
3
// std
4
#include <cstdint>
5
6
namespace
dai
{
7
12
enum class
UsbSpeed
: int32_t {
UNKNOWN
,
LOW
,
FULL
,
HIGH
,
SUPER
,
SUPER_PLUS
};
13
14
}
// namespace dai
dai::UsbSpeed
UsbSpeed
Definition:
shared/depthai-shared/include/depthai-shared/common/UsbSpeed.hpp:12
dai::UsbSpeed::SUPER
@ SUPER
dai::UsbSpeed::LOW
@ LOW
dai::UsbSpeed::HIGH
@ HIGH
dai::UsbSpeed::FULL
@ FULL
dai::UsbSpeed::SUPER_PLUS
@ SUPER_PLUS
dai
Definition:
CameraExposureOffset.hpp:6
dai::UsbSpeed::UNKNOWN
@ UNKNOWN
depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:19