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:
- 29:964610d82f8d
- Parent:
- 27:b0eb0f36110e
- Child:
- 30:184d2ef7dff7
--- a/FileManager.h Thu May 26 15:54:19 2016 +0000 +++ b/FileManager.h Sat May 28 06:23:38 2016 +0000 @@ -25,6 +25,8 @@ #define GPS_TAG "<Gps>" /*!< GPS Tag */ #define DATA_TAG "<Data>" /*!< Data Tag */ #define VAR_LIST_FILE_TAG "<List_File_Name>" /*!< Variable List File Name Tag */ +#define RMS_DEVICE_TAG "<Device>" /*!< RMS Device Tag */ +#define RMS_KEY_TAG "<Key>" /*!< RMS Key Tag*/ #define UPDATE_INTERVAL_TAG "<Update_Interval>" /*!< Update Internal Tag */ #define VAR_NAME_TAG "<varName>" /*!< Variable Name Tag */ #define VAR_ADDR_TAG "<varAddress>" /*!< Variable Address Tag */ @@ -113,7 +115,6 @@ void FILEMANAGER_LogRMSHeader(time_t timestamp); bool FILEMANAGER_IsFileExist(char filename[]); -void FILEMANAGER_SDDisconnect(); -void FILEMANAGER_SDConnect(); -void FILEMANAGER_Init(); +uint32_t FILEMANAGER_GetRxID(); +uint32_t FILEMANAGER_GetTxID(); #endif
