#include <DeviceLogJSON.h>
|
bool | CloseAllFiles () OVERRIDE |
|
std::string | LogFileExtention () 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 () |
|
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 25 of file DeviceLogJSON.h.
◆ CloseAllFiles()
bool cDeviceLogJSON::CloseAllFiles |
( |
| ) |
|
|
virtual |
◆ GetNextItemForFile()
bool cDeviceLogJSON::GetNextItemForFile |
( |
| ) |
|
|
private |
◆ LogFileExtention()
std::string cDeviceLogJSON::LogFileExtention |
( |
| ) |
|
|
inlinevirtual |
◆ ReadData()
◆ ReadDataFromFile()
p_data_t * cDeviceLogJSON::ReadDataFromFile |
( |
| ) |
|
|
private |
◆ SaveData()
bool cDeviceLogJSON::SaveData |
( |
p_data_hdr_t * |
dataHdr, |
|
|
const uint8_t * |
dataBuf |
|
) |
| |
|
virtual |
◆ SetSerialNumber()
void cDeviceLogJSON::SetSerialNumber |
( |
uint32_t |
serialNumber | ) |
|
|
virtual |
◆ m_dataBuffer
◆ m_json
◆ m_jsonString
string cDeviceLogJSON::m_jsonString |
|
private |
The documentation for this class was generated from the following files: