#include <chrono>
#include <cstdint>
Go to the source code of this file.
Namespaces | |
dai | |
dai::device | |
Variables | |
constexpr static const char * | dai::device::XLINK_CHANNEL_LOG = "__log" |
constexpr static const char * | dai::device::XLINK_CHANNEL_MAIN_RPC = "__rpc_main" |
constexpr static const char * | dai::device::XLINK_CHANNEL_PIPELINE_CONFIG = "__pipeline_config" |
constexpr static const char * | dai::device::XLINK_CHANNEL_TIMESYNC = "__timesync" |
constexpr static const char * | dai::device::XLINK_CHANNEL_WATCHDOG = "__watchdog" |
constexpr static const int | dai::device::XLINK_MESSAGE_METADATA_MAX_SIZE = 50 * 1024 |
constexpr static const std::chrono::milliseconds | dai::device::XLINK_TCP_WATCHDOG_TIMEOUT {4000} |
constexpr static std::uint32_t | dai::device::XLINK_USB_BUFFER_MAX_SIZE = 5 * 1024 * 1024 |
constexpr static const std::chrono::milliseconds | dai::device::XLINK_USB_WATCHDOG_TIMEOUT {1500} |