include improvements taken over
This commit is contained in:
parent
347d591def
commit
0d5724e3d4
@ -1,11 +1,8 @@
|
|||||||
#include "../timemanager/CCSDSTime.h"
|
#include "../timemanager/CCSDSTime.h"
|
||||||
#include <stdio.h>
|
#include <cstdio>
|
||||||
#include <inttypes.h>
|
#include <cinttypes>
|
||||||
#include <math.h>
|
#include <cmath>
|
||||||
|
|
||||||
#ifndef SCNu8
|
|
||||||
#define SCNu8 "hhu"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
CCSDSTime::CCSDSTime() {
|
CCSDSTime::CCSDSTime() {
|
||||||
}
|
}
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
|
|
||||||
// COULDDO: have calls in Clock.h which return time quality and use timespec accordingly
|
// COULDDO: have calls in Clock.h which return time quality and use timespec accordingly
|
||||||
|
|
||||||
#include "../timemanager/Clock.h"
|
#include "Clock.h"
|
||||||
#include "../returnvalues/HasReturnvaluesIF.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);
|
||||||
bool operator<=(const timeval& lhs, const timeval& rhs);
|
bool operator<=(const timeval& lhs, const timeval& rhs);
|
||||||
|
Loading…
Reference in New Issue
Block a user