| 124 | void signalHandler(int s) { imu_file_.close(); } |
| 125 | |
| 126 | string colouredString(string str, string colour, string option) { return option + colour + str + RESET; } |
| 127 | |
| 128 | bool createDirs(string folderPath, map<string, map<string, string>> sensor_info) { |
| 129 | path p(folderPath); |
no outgoing calls
no test coverage detected