using new command executor
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
#ifndef BSP_Q7S_MEMORY_SDCARDACCESSMANAGER_H_
|
||||
#define BSP_Q7S_MEMORY_SDCARDACCESSMANAGER_H_
|
||||
|
||||
#include <fsfw/osal/linux/CommandExecutor.h>
|
||||
#include "definitions.h"
|
||||
#include "returnvalues/classIds.h"
|
||||
#include "events/subsystemIdRanges.h"
|
||||
@ -191,12 +192,9 @@ public:
|
||||
|
||||
void setBlocking(bool blocking);
|
||||
private:
|
||||
CommandExecutor cmdExecutor;
|
||||
Operations currentOp = Operations::IDLE;
|
||||
OpStatus currentOpStatus = OpStatus::IDLE;
|
||||
sd::SdCard currentOpSdCard = sd::SdCard::NONE;
|
||||
FILE* opFile = nullptr;
|
||||
bool blocking = true;
|
||||
struct pollfd waiter {};
|
||||
std::array<char, 256> readBuf {};
|
||||
std::string currentCmd;
|
||||
int opFileNum = 0;
|
||||
|
Reference in New Issue
Block a user