added host osal #165

Merged
gaisser merged 10 commits from KSat/fsfw:mueller/hostosal into master 2020-09-15 15:33:53 +02:00
2 changed files with 4 additions and 7 deletions
Showing only changes of commit b4ca42f1fb - Show all commits

View File

@ -1,11 +1,8 @@
#include "../timemanager/CCSDSTime.h"
#include <stdio.h>
#include <inttypes.h>
#include <math.h>
#include <cstdio>
#include <cinttypes>
#include <cmath>
#ifndef SCNu8
#define SCNu8 "hhu"
#endif
CCSDSTime::CCSDSTime() {
}

View File

@ -5,7 +5,7 @@
#include "Clock.h"
#include "../returnvalues/HasReturnvaluesIF.h"
#include <stdint.h>
#include <cstdint>
bool operator<(const timeval& lhs, const timeval& rhs);
bool operator<=(const timeval& lhs, const timeval& rhs);