added new interface for file systems #287
Reference in New Issue
Block a user
No description provided.
Delete Branch "KSat/fsfw:feature/has-file-system-if-init"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This interface is still a work in progress, but a few first functions are already used for SOURCE.
@ -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,
Should the check of "packetNumber" not be done on the level of the caller before it calls this function?