ApraLinuxUtils 1.0.0
C++ utility library for embedded Linux systems
 
Loading...
Searching...
No Matches
apra::Utils Member List

This is the complete list of members for apra::Utils, including all inherited members.

caseInsensitiveSearch(std::string const str, std::string const pattern)apra::Utilsstatic
combineBytes(vector< uint8_t > byteArray)apra::Utilsstatic
convertFrom10p6(uint16_t value)apra::Utilsstatic
convertFrom12p4(uint16_t value)apra::Utilsstatic
convertFromUFormat(uint16_t value, uint8_t format)apra::Utilsstatic
convertTo10p6(double value)apra::Utilsstatic
convertToU12p4(double value)apra::Utilsstatic
convertToUFormat(double value, uint8_t format)apra::Utilsstatic
directoryExists(const std::string &path)apra::Utilsstatic
exec(const string &cmd, bool debug=false)apra::Utilsstatic
extractBytes(uint64_t hexData, uint8_t numberOfBytes)apra::Utilsstatic
extractTo8Bytes(uint64_t timeInSec, uint8_t *bytes)apra::Utilsstatic
fileExists(const std::string &path)apra::Utilsstatic
getFilesInDirectory(string path, vector< string > &files, bool recursive=true)apra::Utilsstatic
inRange(int64_t value, Range range)apra::Utilsstatic
makeDir(string path)apra::Utilsstatic
mergefrom8Bytes(uint8_t *bytes)apra::Utilsstatic
readTextFile(string filePath)apra::Utilsstatic
saveRawFile(string fileName, uint8_t *data, size_t size)apra::Utilsstatic
trim(string str)apra::Utilsstatic