Merge branch 'mueller/cfdp-update-without-handlers' into mueller/new-cfdp-update-with-handlers
This commit is contained in:
@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user