47 #ifndef _MIRA_ENVIRONMENT_H_ 48 #define _MIRA_ENVIRONMENT_H_ 79 bool ignoreErrors =
true);
Typedefs for OS independent basic data types.
MIRA_BASE_EXPORT std::string resolveEnvironmentVariables(std::string envStr, bool ignoreErrors=true)
Resolves all environmental variables in a string: It replaces $VARIABLE ${VARIABLE} VARIABLE% by the ...
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
MIRA_BASE_EXPORT std::string resolveEnvironmentVariable(const std::string &envVar)
Resolves an environmental variable.