Mercurial > hg > beaglert
comparison examples/d-box/logger.h @ 303:421a69d42943 prerelease
Changed BeagleRT -> Bela in defines and thread names; some preliminary mux capelet stuff
author | andrewm |
---|---|
date | Fri, 27 May 2016 17:40:44 +0100 |
parents | dbeed520b014 |
children |
comparison
equal
deleted
inserted
replaced
302:b26e7c61e3b6 | 303:421a69d42943 |
---|---|
9 #define LOGGER_H_ | 9 #define LOGGER_H_ |
10 | 10 |
11 #include <string.h> | 11 #include <string.h> |
12 #include <pthread.h> | 12 #include <pthread.h> |
13 #include <stdio.h> | 13 #include <stdio.h> |
14 #include <unistd.h> | |
14 #include <fstream> // file handle | 15 #include <fstream> // file handle |
15 #include <iostream> // stringstream | 16 #include <iostream> // stringstream |
16 #include <sstream> // stringstream | 17 #include <sstream> // stringstream |
17 #include <glob.h> // alternative to dirent.h to handle files in dirs | 18 #include <glob.h> // alternative to dirent.h to handle files in dirs |
18 #include <iomanip> // setfill | 19 #include <iomanip> // setfill |