ScexDeviceHandler: fileId includes date and time
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
Irini Kosmidou
2022-08-31 10:58:21 +02:00
parent 0f91800cf8
commit 8c0e261f44
2 changed files with 27 additions and 17 deletions

View File

@ -28,7 +28,7 @@ class ScexDeviceHandler : public DeviceHandlerBase {
SdCardMountedIF *sdcMan = nullptr;
Countdown finishCountdown = Countdown(LONG_CD);
std::string random_string(std::string::size_type length);
std::string date_time_string();
// DeviceHandlerBase private function implementation
void doStartUp() override;