1
0
forked from fsfw/fsfw

Merge branch 'mueller/timeman-update' of https://egit.irs.uni-stuttgart.de/KSat/fsfw into mueller/timeman-update

This commit is contained in:
2020-12-22 15:30:03 +01:00
46 changed files with 791 additions and 587 deletions

View File

@ -7,7 +7,12 @@
#include "../globalfunctions/timevalOperations.h"
#include <cstdint>
#ifdef WIN32
#include <winsock2.h>
#else
#include <sys/time.h>
#endif
class Clock {
public: