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:
- 25:7f3420c04178
- Parent:
- 22:2fc64ad66e35
- Child:
- 27:b0eb0f36110e
--- a/FileManager.h Wed May 25 12:02:43 2016 +0000 +++ b/FileManager.h Thu May 26 09:40:49 2016 +0000 @@ -105,11 +105,11 @@ int FILEMANAGER_GPSInterval(); int FILEMANAGER_DataInterval(); void FILEMANAGER_LogGPSData(time_t timestamp ,char lat[], char longti[]); -void FILEMANAGER_LogSystemData(float gps_interval); +void FILEMANAGER_LogSystemData(float gps_interval,float rms_interval); Variable_Data_TypeDef * FILEMANAGER_ReadVarFile(); int FILEMANAGER_GetAmountVarList(); Variable_Data_TypeDef * FILEMANAGER_GetVarList(); -void FILEMANAGER_LogRMSData(time_t timestamp ,float * var, int size, bool * p_headerRequired); +void FILEMANAGER_LogRMSData(time_t timestamp ,float * var, int size, bool * p_headerRequired, uint32_t msec); void FILEMANAGER_LogRMSHeader(time_t timestamp); bool FILEMANAGER_IsFileExist(char filename[]);
