added new interface for file systems #287

Merged
gaisser merged 10 commits from KSat/fsfw:feature/has-file-system-if-init into development 2020-12-10 17:00:37 +01:00
Owner

This interface is still a work in progress, but a few first functions are already used for SOURCE.

This interface is still a work in progress, but a few first functions are already used for SOURCE.
muellerr added the
feature
label 2020-12-01 17:16:51 +01:00
gaisser added this to the ASTP 1.0.0 Local pools milestone 2020-12-03 18:21:44 +01:00
muellerr added 1 commit 2020-12-05 11:47:03 +01:00
gaisser added 1 commit 2020-12-08 14:40:04 +01:00
gaisser reviewed 2020-12-08 14:42:08 +01:00
@ -0,0 +48,4 @@
* For large files the write procedure must be split in multiple calls
* to writeToFile
*/
virtual ReturnValue_t appendToFile(const char* repositoryPath,
Owner

Should the check of "packetNumber" not be done on the level of the caller before it calls this function?

Should the check of "packetNumber" not be done on the level of the caller before it calls this function?
gaisser marked this conversation as resolved
muellerr added 1 commit 2020-12-08 15:45:15 +01:00
muellerr added 1 commit 2020-12-10 16:51:46 +01:00
muellerr added 1 commit 2020-12-10 16:59:49 +01:00
gaisser added 1 commit 2020-12-10 17:00:10 +01:00
gaisser merged commit c99ef61c77 into development 2020-12-10 17:00:37 +01:00
gaisser deleted branch feature/has-file-system-if-init 2020-12-10 17:00:42 +01:00
Sign in to join this conversation.
No description provided.