Platform.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <cstdint>
4 #include <string>
5 
6 namespace dai {
7 namespace platform {
8 
9 uint32_t getIPv4AddressAsBinary(std::string address);
10 std::string getIPv4AddressAsString(std::uint32_t binary);
11 std::string getTempPath();
12 
13 } // namespace platform
14 } // namespace dai
dai::platform::getIPv4AddressAsBinary
uint32_t getIPv4AddressAsBinary(std::string address)
Definition: Platform.cpp:27
dai::platform::getTempPath
std::string getTempPath()
Definition: Platform.cpp:59
dai::platform::getIPv4AddressAsString
std::string getIPv4AddressAsString(std::uint32_t binary)
Definition: Platform.cpp:47
dai
Definition: CameraExposureOffset.hpp:6


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