#include <DeviceLogKML.h>
|
bool | CloseAllFiles () OVERRIDE |
|
bool | CloseWriteFile (int kid, sKmlLog &log) |
|
void | InitDeviceForWriting (int pHandle, std::string timestamp, std::string directory, uint64_t maxDiskSpace, uint32_t maxFileSize) OVERRIDE |
|
std::string | LogFileExtention () OVERRIDE |
|
bool | OpenWithSystemApp (void) OVERRIDE |
|
p_data_t * | ReadData () OVERRIDE |
|
bool | SaveData (p_data_hdr_t *dataHdr, const uint8_t *dataBuf) OVERRIDE |
|
void | SetSerialNumber (uint32_t serialNumber) OVERRIDE |
|
| cDeviceLog () |
|
uint32_t | FileCount () |
|
uint64_t | FileSize () |
|
virtual void | Flush () |
|
const dev_info_t * | GetDeviceInfo () |
|
virtual void | InitDeviceForReading () |
|
virtual void | InitDeviceForWriting (int pHandle, string timestamp, string directory, uint64_t maxDiskSpace, uint32_t maxFileSize) |
|
uint64_t | LogSize () |
|
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 41 of file DeviceLogKML.h.
◆ CloseAllFiles()
bool cDeviceLogKML::CloseAllFiles |
( |
| ) |
|
|
virtual |
◆ CloseWriteFile()
bool cDeviceLogKML::CloseWriteFile |
( |
int |
kid, |
|
|
sKmlLog & |
log |
|
) |
| |
◆ InitDeviceForWriting()
void cDeviceLogKML::InitDeviceForWriting |
( |
int |
pHandle, |
|
|
std::string |
timestamp, |
|
|
std::string |
directory, |
|
|
uint64_t |
maxDiskSpace, |
|
|
uint32_t |
maxFileSize |
|
) |
| |
◆ LogFileExtention()
std::string cDeviceLogKML::LogFileExtention |
( |
| ) |
|
|
inlinevirtual |
◆ OpenNewSaveFile()
bool cDeviceLogKML::OpenNewSaveFile |
( |
int |
kid, |
|
|
sKmlLog & |
log |
|
) |
| |
|
inlineprivate |
◆ OpenWithSystemApp()
bool cDeviceLogKML::OpenWithSystemApp |
( |
void |
| ) |
|
|
virtual |
◆ ReadChunkFromFile()
bool cDeviceLogKML::ReadChunkFromFile |
( |
| ) |
|
|
private |
◆ ReadData()
◆ ReadDataFromChunk()
p_data_t * cDeviceLogKML::ReadDataFromChunk |
( |
| ) |
|
|
private |
◆ SaveData()
bool cDeviceLogKML::SaveData |
( |
p_data_hdr_t * |
dataHdr, |
|
|
const uint8_t * |
dataBuf |
|
) |
| |
|
virtual |
◆ SetSerialNumber()
void cDeviceLogKML::SetSerialNumber |
( |
uint32_t |
serialNumber | ) |
|
|
virtual |
◆ WriteDateToFile()
bool cDeviceLogKML::WriteDateToFile |
( |
const p_data_hdr_t * |
dataHdr, |
|
|
const uint8_t * |
dataBuf |
|
) |
| |
|
private |
◆ m_kml
◆ m_Log
The documentation for this class was generated from the following files: