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:
- 4:ec62bf823914
- Parent:
- 3:6e08d0bba1bb
- Child:
- 5:7c513eee7b2b
--- a/FileManager.h Sun May 15 09:56:42 2016 +0000 +++ b/FileManager.h Sun May 15 10:10:25 2016 +0000 @@ -42,15 +42,15 @@ /* ############### Function Prototype ################## */ -void readSetupFile(); -void delete_file(char filename[]); -int GPSInterval(); -int DataInterval(); -void logGPSData(time_t timestamp ,char lat[], char longti[]); -void logSystemData(float gps_interval); -Variable_Data_TypeDef * readVarFile(); -int getAmountVarList(); -Variable_Data_TypeDef * getVarList(); -void logRMSData(time_t timestamp ,float * var, int size); -void logRMSHeader(time_t timestamp); -bool is_file_exist(char filename[]); +void FileManager_ReadSetupFile(); +void FileManager_DeleteFile(char filename[]); +int FileManager_GPSInterval(); +int FileManager_DataInterval(); +void FileManager_LogGPSData(time_t timestamp ,char lat[], char longti[]); +void FileManager_LogSystemData(float gps_interval); +Variable_Data_TypeDef * FileManager_ReadVarFile(); +int FileManager_GetAmountVarList(); +Variable_Data_TypeDef * FileManager_GetVarList(); +void FileManager_LogRMSData(time_t timestamp ,float * var, int size); +void FileManager_LogRMSHeader(time_t timestamp); +bool FileManager_IsFileExist(char filename[]);