This is the complete list of members for apra::Utils, including all inherited members.
| caseInsensitiveSearch(std::string const str, std::string const pattern) | apra::Utils | static |
| combineBytes(vector< uint8_t > byteArray) | apra::Utils | static |
| convertFrom10p6(uint16_t value) | apra::Utils | static |
| convertFrom12p4(uint16_t value) | apra::Utils | static |
| convertFromUFormat(uint16_t value, uint8_t format) | apra::Utils | static |
| convertTo10p6(double value) | apra::Utils | static |
| convertToU12p4(double value) | apra::Utils | static |
| convertToUFormat(double value, uint8_t format) | apra::Utils | static |
| directoryExists(const std::string &path) | apra::Utils | static |
| exec(const string &cmd, bool debug=false) | apra::Utils | static |
| extractBytes(uint64_t hexData, uint8_t numberOfBytes) | apra::Utils | static |
| extractTo8Bytes(uint64_t timeInSec, uint8_t *bytes) | apra::Utils | static |
| fileExists(const std::string &path) | apra::Utils | static |
| getFilesInDirectory(string path, vector< string > &files, bool recursive=true) | apra::Utils | static |
| inRange(int64_t value, Range range) | apra::Utils | static |
| makeDir(string path) | apra::Utils | static |
| mergefrom8Bytes(uint8_t *bytes) | apra::Utils | static |
| readTextFile(string filePath) | apra::Utils | static |
| saveRawFile(string fileName, uint8_t *data, size_t size) | apra::Utils | static |
| trim(string str) | apra::Utils | static |