This commit is contained in:
parent
3ff8c6a481
commit
29dc684455
@ -1,7 +1,7 @@
|
||||
#include "ArcsecDatalinkLayer.h"
|
||||
|
||||
extern "C" {
|
||||
#include <common/misc.h>
|
||||
#include <wire/common/misc.h>
|
||||
}
|
||||
|
||||
ArcsecDatalinkLayer::ArcsecDatalinkLayer() : decodeRingBuf(BUFFER_LENGTHS, true) { slipInit(); }
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "fsfw/returnvalues/returnvalue.h"
|
||||
|
||||
extern "C" {
|
||||
#include <common/SLIP.h>
|
||||
#include <wire/common/SLIP.h>
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -4,7 +4,7 @@
|
||||
#include <mission/acs/str/arcsecJsonKeys.h>
|
||||
|
||||
extern "C" {
|
||||
#include <common/genericstructs.h>
|
||||
#include <wire/common/genericstructs.h>
|
||||
}
|
||||
|
||||
ArcsecJsonParamBase::ArcsecJsonParamBase(std::string setName) : setName(setName) {}
|
||||
|
@ -4,16 +4,15 @@
|
||||
#include <mission/acs/str/strHelpers.h>
|
||||
#include <mission/acs/str/strJsonCommands.h>
|
||||
|
||||
#include <sagitta/client/actionreq.h>
|
||||
#include <sagitta/client/parameter.h>
|
||||
#include <sagitta/client/telemetry.h>
|
||||
extern "C" {
|
||||
#include <sagitta/client/arc_client.h>
|
||||
}
|
||||
|
||||
#include <atomic>
|
||||
#include <fstream>
|
||||
#include <thread>
|
||||
|
||||
#include "OBSWConfig.h"
|
||||
//#include "/common/misc.h"
|
||||
|
||||
std::atomic_bool JCFG_DONE(false);
|
||||
|
||||
|
@ -10,12 +10,15 @@
|
||||
#include <thread>
|
||||
|
||||
#include "OBSWConfig.h"
|
||||
#include "common/SLIP.h"
|
||||
#include "devices/powerSwitcherList.h"
|
||||
#include "fsfw/devicehandlers/DeviceHandlerBase.h"
|
||||
#include "fsfw/src/fsfw/serialize/SerializeAdapter.h"
|
||||
#include "fsfw/timemanager/Countdown.h"
|
||||
|
||||
extern "C" {
|
||||
#include <wire/common/SLIP.h>
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief This is the device handler for the star tracker from arcsec.
|
||||
*
|
||||
|
2
thirdparty/sagittactl
vendored
2
thirdparty/sagittactl
vendored
@ -1 +1 @@
|
||||
Subproject commit 3ab9b2cf56dea1cf19c7d46eb88a967939968acd
|
||||
Subproject commit 64332216c193fa6483258060b53fc2842c08dcf4
|
Loading…
x
Reference in New Issue
Block a user