a lot of internal include replacements
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
#include "CCSDSTime.h"
|
||||
#include <FSFWConfig.h>
|
||||
#include "fsfw/FSFW.h"
|
||||
#include "fsfw/timemanager/CCSDSTime.h"
|
||||
|
||||
#include <cstdio>
|
||||
#include <cinttypes>
|
||||
#include <cmath>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "Clock.h"
|
||||
#include "../ipc/MutexGuard.h"
|
||||
#include "fsfw/timemanager/Clock.h"
|
||||
#include "fsfw/ipc/MutexGuard.h"
|
||||
|
||||
ReturnValue_t Clock::convertUTCToTT(timeval utc, timeval *tt) {
|
||||
uint16_t leapSeconds;
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "Countdown.h"
|
||||
#include "fsfw/timemanager/Countdown.h"
|
||||
|
||||
Countdown::Countdown(uint32_t initialTimeout): timeout(initialTimeout) {
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "Stopwatch.h"
|
||||
#include "../serviceinterface/ServiceInterface.h"
|
||||
#include "fsfw/timemanager/Stopwatch.h"
|
||||
#include "fsfw/serviceinterface/ServiceInterface.h"
|
||||
|
||||
#if FSFW_CPP_OSTREAM_ENABLED == 1
|
||||
#include <iomanip>
|
||||
|
Reference in New Issue
Block a user