Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


...

Code Block
languagecpp
void  FSFile_BufFlush (FS_FILE  *p_file,

...


                       FS_ERR   *p_err);

...


...

File

...

Called from

...

rowspan2

...

Code enabled by

...

fs_file.c

...

rowspan2

...

Application;

...


fs_fflush()

...

rowspan2

...

FS_CFG_FILE_BUF_EN

...

10932251093225Flush buffer contents to file. Anchor

10932261093226See fs_fflush() for  for more information. Anchor11051631105163

Arguments

...

p_file Anchor11426601142660

Pointer to a file.

...

p_err Anchor11426671142667

Pointer to variable that will receive the return error code from this function:

...

...

FS_ERR_NONE

...

classWebWorks_Indent_2

...

File buffer flushed successfully.

...

classWebWorks_Indent_1

...

FS_ERR_NULL_PTR

...

...

Argument p_file passed a NULL pointer.

...

classWebWorks_Indent_1

...

FS_ERR_INVALID_TYPE

...

classWebWorks_Indent_2

...

Argument p_file's type is invalid or unknown.

...

classWebWorks_Indent_1

...

FS_ERR_FILE_NOT_OPEN

...

classWebWorks_Indent_2

...

File not open.

...

Returned Value

...

None. Anchor11005491100549

Notes/Warnings

...

None.