1
0
forked from fsfw/fsfw

unittest which would have caught this

This commit is contained in:
2022-09-15 16:20:52 +02:00
parent 954c749de0
commit 2fee2fdff5
2 changed files with 33 additions and 5 deletions

View File

@ -86,8 +86,8 @@ class HasFileSystemIF {
* @brief Generic function to write to a file.
*
* @details
* Implementations should not truncate the file. This is equivalent to opening a file with "r+" on Unix systems
* or using ios::out | ios::in with the C++ API.
* Implementations should not truncate the file. This is equivalent to opening a file with "r+"
* on Unix systems or using ios::out | ios::in with the C++ API.
* @param fileOpInfo General information: File name, size to write, offset, additional arguments
* @param data The data to write to the file
*/