#include <DeviceLogSorted.h>
|
| cDeviceLogSorted () |
|
bool | CloseAllFiles () OVERRIDE |
|
void | InitDeviceForReading () OVERRIDE |
|
void | InitDeviceForWriting (int pHandle, std::string timestamp, std::string directory, uint64_t maxDiskSpace, uint32_t maxFileSize) OVERRIDE |
|
string | LogFileExtention () OVERRIDE |
|
bool | ReadAllChunksFromFile () |
|
bool | ReadChunkFromFile (cSortedDataChunk *chunk) |
|
p_data_t * | ReadData () OVERRIDE |
|
bool | SaveData (p_data_hdr_t *dataHdr, const uint8_t *dataBuf) OVERRIDE |
|
p_data_t * | SerializeDataFromChunks () |
|
void | SetSerialNumber (uint32_t serialNumber) OVERRIDE |
|
| cDeviceLog () |
|
uint32_t | FileCount () |
|
uint64_t | FileSize () |
|
virtual void | Flush () |
|
const dev_info_t * | GetDeviceInfo () |
|
virtual void | InitDeviceForWriting (int pHandle, string timestamp, string directory, uint64_t maxDiskSpace, uint32_t maxFileSize) |
|
uint64_t | LogSize () |
|
virtual bool | OpenWithSystemApp () |
|
void | SetDeviceInfo (const dev_info_t *info) |
|
void | SetKmlConfig (bool showTracks=true, bool showPoints=true, bool showPointTimestamps=true, double pointUpdatePeriodSec=1.0, bool altClampToGround=true) |
|
bool | SetupReadInfo (const string &directory, const string &deviceName, const string &timeStamp) |
|
virtual | ~cDeviceLog () |
|
Definition at line 26 of file DeviceLogSorted.h.
◆ cDeviceLogSorted()
cDeviceLogSorted::cDeviceLogSorted |
( |
| ) |
|
◆ CloseAllFiles()
bool cDeviceLogSorted::CloseAllFiles |
( |
| ) |
|
|
virtual |
◆ InitDeviceForReading()
void cDeviceLogSorted::InitDeviceForReading |
( |
| ) |
|
|
virtual |
◆ InitDeviceForWriting()
void cDeviceLogSorted::InitDeviceForWriting |
( |
int |
pHandle, |
|
|
std::string |
timestamp, |
|
|
std::string |
directory, |
|
|
uint64_t |
maxDiskSpace, |
|
|
uint32_t |
maxFileSize |
|
) |
| |
◆ LogFileExtention()
string cDeviceLogSorted::LogFileExtention |
( |
| ) |
|
|
inlinevirtual |
◆ ReadAllChunksFromFile()
bool cDeviceLogSorted::ReadAllChunksFromFile |
( |
| ) |
|
◆ ReadChunkFromFile()
◆ ReadData()
p_data_t * cDeviceLogSorted::ReadData |
( |
| ) |
|
|
virtual |
◆ SaveData()
bool cDeviceLogSorted::SaveData |
( |
p_data_hdr_t * |
dataHdr, |
|
|
const uint8_t * |
dataBuf |
|
) |
| |
|
virtual |
◆ SerializeDataFromChunks()
p_data_t * cDeviceLogSorted::SerializeDataFromChunks |
( |
| ) |
|
◆ SetSerialNumber()
void cDeviceLogSorted::SetSerialNumber |
( |
uint32_t |
serialNumber | ) |
|
|
virtual |
◆ m_chunks
◆ m_data
◆ m_dataSerNum
uint32_t cDeviceLogSorted::m_dataSerNum |
◆ m_lastSerNum
uint32_t cDeviceLogSorted::m_lastSerNum |
◆ m_readChunk
The documentation for this class was generated from the following files: