Environment.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 #include <spdlog/logger.h>
5 
6 namespace dai
7 {
8 namespace utility
9 {
10 
11 std::string getEnv(const std::string& var);
12 std::string getEnv(const std::string& var, spdlog::logger& logger);
13 
14 
15 } // namespace utility
16 } // namespace dai
dai::utility::getEnv
std::string getEnv(const std::string &var)
Definition: Environment.cpp:18
dai
Definition: CameraExposureOffset.hpp:6


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