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.
Dependencies: FileManager GPSGms6 SDFileSystem mbed
Fork of 2545_SD_Card by
Diff: FileManager.h
- Revision:
- 6:a05ec997c496
- Parent:
- 5:07aaa6e3784c
--- a/FileManager.h Mon May 09 09:02:56 2016 +0000
+++ b/FileManager.h Mon May 09 09:31:44 2016 +0000
@@ -15,19 +15,18 @@
#define MAX_VAR 50
typedef enum {
- STATE_FINDING, /** Finding */
- STATE_FOUND_DATA, /** Found Data tag */
- STATE_FOUND_DATA_INTERVAL, /**< Found update internal of tag*/
- STATE_FOUND_GPS, /** Found GPS tag */
- STATE_FOUND_GPS_INTERVAL, /** Found update internal of GPS*/
-}ReadingFileState;
+ STATE_FINDING, /** Finding */
+ STATE_FOUND_DATA, /** Found Data tag */
+ STATE_FOUND_DATA_INTERVAL, /**< Found update internal of tag*/
+ STATE_FOUND_GPS, /** Found GPS tag */
+ STATE_FOUND_GPS_INTERVAL, /** Found update internal of GPS*/
+} ReadingFileState;
-typedef struct
-{
+typedef struct {
char varName[VAR_NAME_MAX_SIZE];
char varAddress[VAR_ADDR_MAX_SIZE+1];
-} Variable_Data_TypeDef;
+} Variable_Data_TypeDef;
void readSetupFile();
void delete_file(char filename[]);
