Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: FileManager.h
- Revision:
- 33:dd67a980e9d8
- Parent:
- 32:69b7c870d69c
- Child:
- 36:09e662a69c50
--- a/FileManager.h Tue Sep 13 09:22:31 2016 +0000 +++ b/FileManager.h Wed Sep 14 02:07:06 2016 +0000 @@ -112,7 +112,7 @@ int FILEMANAGER_GetAmountVarList(); Variable_Data_TypeDef * FILEMANAGER_GetVarList(); void FILEMANAGER_LogRMSData(time_t timestamp ,float * var, int size, bool * p_headerRequired, uint32_t msec); -void FILEMANAGER_LogRMSHeader(time_t timestamp); +void FILEMANAGER_LogRMSHeader(FILE *fp, time_t timestamp, char file_name[]); bool FILEMANAGER_IsFileExist(char filename[]); void FILEMANAGER_listDir(Serial* serial); void FILEMANAGER_DisplayFile(Serial* serial, char* filename);
