clangtidy
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
This commit is contained in:
parent
67e9dc9090
commit
82c97656f1
@ -14,7 +14,7 @@ TmStore::TmStore(object_id_t objectId, const char* baseDir, std::string baseName
|
|||||||
RolloverInterval intervalUnit, uint32_t intervalCount, timeval& currentTv,
|
RolloverInterval intervalUnit, uint32_t intervalCount, timeval& currentTv,
|
||||||
StorageManagerIF& tmStore, SdCardMountedIF& sdcMan)
|
StorageManagerIF& tmStore, SdCardMountedIF& sdcMan)
|
||||||
: SystemObject(objectId),
|
: SystemObject(objectId),
|
||||||
baseDir(std::move(baseDir)),
|
baseDir(baseDir),
|
||||||
baseName(std::move(baseName)),
|
baseName(std::move(baseName)),
|
||||||
currentTv(currentTv),
|
currentTv(currentTv),
|
||||||
sdcMan(sdcMan),
|
sdcMan(sdcMan),
|
||||||
|
Loading…
Reference in New Issue
Block a user