|
|
int | Shutdown () |
| |
|
virtual const char * | GetDrive () |
| |
|
virtual int | GetFatFsBlockSize () |
| |
|
virtual int | Open (const char *szName, const char *szReadWrite) |
| |
|
int | Seek (UInt32 uiLocation) |
| |
|
bool | EndOfFile () |
| |
|
int | Verify (int iMarker) |
| |
|
int | RunTestSuite () |
| |
|
int | Flush () |
| |
|
int | FileSize (const char *strFileName, UInt32 *uiSize) |
| |
|
int | ReadStr (char *strBuffer, int iLength) |
| |
|
int | ReadRaw (int dummy, char *pcBuffer, UInt32 uiLength, UInt32 *uiActualLengthRead) |
| |
|
virtual int | Close (int iFileIndex) |
| |
|
virtual int | WriteData (const char *pcData, unsigned int iDataSize, UInt32 ui32Topic) |
| |
|
virtual int | IsFileStorage () |
| |
|
virtual int | IsDataStorage () |
| |
|
virtual int | EnterTransaction () |
| |
|
virtual int | LeaveTransaction () |
| |
|
virtual int | RollAndSynchFile () |
| |
|
virtual int | SelectSurveyEx (const char *strSurveyId) |
| |
|
virtual int | GetLastError () |
| |
|
virtual bool | IsOpen () |
| |
|
void | SetDatasetId (const int iDataset) |
| |
|
int | GetDatasetId (bool increment) |
| |
|
|
static int | Setup (unsigned int uiIndex, UInt32 uiBitRate) |
| |
|
static void | SetAsFatFsFactory (const char whichStorage) |
| |
|
static GeoFatFsStorage::IFatFsStorageFactory * | GetFactory (const char whichStorage=0) |
| |
|
static void | SetFactory (const char whichStorage, GeoFatFsStorage::IFatFsStorageFactory *pFactory) |
| |
|
static int | DecodeDownloadName (const char *szDownloadName, char *strSurveyId, char *strAcquisitionId, char *strFileName) |
| |
|
|
bool | m_hasOsFile |
| |
|
FIL | m_fOsFile |
| |
|
char | m_caCurrentOpenFileName [50] |
| |
|
int | m_iCurrentOpenFile |
| |
|
int | m_iBufferCount |
| |
|
bool | m_bReadOnly |
| |
|
int | m_iFatFsBlockSize |
| |
|
char | m_caBlockBuffer [GEO_MAX_FATFS_BLOCK_SIZE] |
| |
|
bool | m_bIsOpen |
| |
|
int | m_iCurrentDataSetId |
| |
|
bool | mIncrementDatasetId |
| |
The documentation for this class was generated from the following files:
- /home/kddev/dev/AppDev/GmCommon/include/GmSdStorage.hpp
- /home/kddev/dev/AppDev/GmCommon/GmStorage/GmSdStorage.cpp