|
|
virtual int | Open (const char *szName, const char *szReadWrite) |
| |
|
int | Seek (UInt32 uiLocation) |
| |
|
bool | EndOfFile () |
| |
|
int | Verify (int iMarker) |
| |
|
int | RunTestSuite () |
| |
|
virtual int | Shutdown ()=0 |
| |
|
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 const char * | GetDrive ()=0 |
| |
|
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) |
| |
|
|
virtual int | GetFatFsBlockSize ()=0 |
| |
|
|
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/GeoFatFsStorage.hpp
- /home/kddev/dev/AppDev/GmCommon/GmStorage/GeoFatFsStorage.cpp