depthai-bootloader-shared/include/depthai-bootloader-shared/XLinkConstants.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <chrono>
4 #include <cstdint>
5 
6 namespace dai {
7 namespace bootloader
8 {
9 
10 // channel names
11 constexpr static const char* XLINK_CHANNEL_BOOTLOADER = "__bootloader";
12 constexpr static const char* XLINK_CHANNEL_WATCHDOG = "__watchdog";
13 
14 // Stream maximum size
15 constexpr static std::uint32_t XLINK_STREAM_MAX_SIZE = 5 * 1024 * 1024;
16 
17 // Watchdog timeout
18 constexpr static const std::chrono::milliseconds XLINK_WATCHDOG_TIMEOUT{1500};
19 
20 } // namespace bootloader
21 } // namespace dai
dai::bootloader::XLINK_STREAM_MAX_SIZE
constexpr static std::uint32_t XLINK_STREAM_MAX_SIZE
Definition: depthai-bootloader-shared/include/depthai-bootloader-shared/XLinkConstants.hpp:15
dai::bootloader::XLINK_CHANNEL_WATCHDOG
constexpr static const char * XLINK_CHANNEL_WATCHDOG
Definition: depthai-bootloader-shared/include/depthai-bootloader-shared/XLinkConstants.hpp:12
dai::bootloader::XLINK_CHANNEL_BOOTLOADER
constexpr static const char * XLINK_CHANNEL_BOOTLOADER
Definition: depthai-bootloader-shared/include/depthai-bootloader-shared/XLinkConstants.hpp:11
dai::bootloader::XLINK_WATCHDOG_TIMEOUT
constexpr static const std::chrono::milliseconds XLINK_WATCHDOG_TIMEOUT
Definition: depthai-bootloader-shared/include/depthai-bootloader-shared/XLinkConstants.hpp:18
dai
Definition: CameraExposureOffset.hpp:6


depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:19