8 #ifndef GM_TIVA_USB_STORAGE_HPP_
9 #define GM_TIVA_USB_STORAGE_HPP_
11 #if GEO_USB_STORAGE == GEO_TRUE
17 #include <GmFatFs/ff.h>
18 #include "GeoFatFsSurveyStorage.hpp"
21 #include <GmFatFs/USBMSCHFatFs.h>
30 const char *GetDrive ();
31 int Shutdown () {
return 0;};
33 virtual int GetFatFsBlockSize () {
return GEO_USB_FATFS_BLOCK_SIZE; };
50 static void SetAsSurveyStorageFactory (
const char whichStorage);
Definition: GeoFatFsSurveyStorage.hpp:304
Definition: GeoFatFsSurveyStorage.hpp:19
Definition: GmTivaUsbStorage.hpp:45
Definition: GmTivaUsbStorage.hpp:26
GmApp/GmLoggingApp.hpp>
Definition: Analogs.hpp:47