removed unused code
Some checks are pending
EIVE/eive-obsw/pipeline/pr-develop Build queued...

This commit is contained in:
2023-04-01 14:32:41 +02:00
parent 409631fb0a
commit 2386944ed8
2 changed files with 1 additions and 34 deletions

View File

@ -43,8 +43,6 @@ class ScexDeviceHandler : public DeviceHandlerBase {
SdCardMountedIF &sdcMan;
Countdown finishCountdown = Countdown(LONG_CD);
std::string date_time_string();
// DeviceHandlerBase private function implementation
void doStartUp() override;
void doShutDown() override;
@ -67,8 +65,8 @@ class ScexDeviceHandler : public DeviceHandlerBase {
ReturnValue_t initializeLocalDataPool(localpool::DataPool &localDataPoolMap,
LocalDataPoolManager &poolManager) override;
ReturnValue_t initializeAfterTaskCreation() override;
ReturnValue_t generateNewScexFile(const char *cmdName);
void modeChanged() override;
};
#endif /* MISSION_PAYLOAD_SCEXDEVICEHANDLER_H_ */