Mercurial > hg > beaglert
comparison examples/d-box/logger.h @ 305:b57d76dcc9ae prerelease
Merge
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Fri, 27 May 2016 17:51:34 +0100 |
parents | 421a69d42943 |
children |
comparison
equal
deleted
inserted
replaced
304:d2b7df6b355b | 305:b57d76dcc9ae |
---|---|
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 |