fix doxygen and put everything besides main function in namespace ebusd

This commit is contained in:
john30
2017-02-25 16:12:09 +01:00
parent d365cb1f9c
commit ca164185dc
31 changed files with 212 additions and 99 deletions
+4
View File
@@ -22,6 +22,8 @@
# include <mach/mach.h>
#endif
namespace ebusd {
#ifdef __MACH__
static bool clockInitialized = false;
static clock_serv_t clockServ;
@@ -41,3 +43,5 @@ void clockGettime(struct timespec* t) {
clock_gettime(CLOCK_REALTIME, t);
#endif
}
} // namespace ebusd