#include <DeviceLogSerial.h>
|
| cDeviceLogSerial () |
|
bool | CloseAllFiles () OVERRIDE |
|
void | Flush () OVERRIDE |
|
void | InitDeviceForWriting (int pHandle, std::string timestamp, std::string directory, uint64_t maxDiskSpace, uint32_t maxFilesize) 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 () |
|
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 27 of file DeviceLogSerial.h.
◆ cDeviceLogSerial()
cDeviceLogSerial::cDeviceLogSerial |
( |
| ) |
|
|
inline |
◆ CloseAllFiles()
bool cDeviceLogSerial::CloseAllFiles |
( |
| ) |
|
|
virtual |
◆ Flush()
void cDeviceLogSerial::Flush |
( |
| ) |
|
|
virtual |
◆ InitDeviceForWriting()
void cDeviceLogSerial::InitDeviceForWriting |
( |
int |
pHandle, |
|
|
std::string |
timestamp, |
|
|
std::string |
directory, |
|
|
uint64_t |
maxDiskSpace, |
|
|
uint32_t |
maxFilesize |
|
) |
| |
◆ LogFileExtention()
std::string cDeviceLogSerial::LogFileExtention |
( |
| ) |
|
|
inlinevirtual |
◆ ReadChunkFromFile()
bool cDeviceLogSerial::ReadChunkFromFile |
( |
| ) |
|
|
private |
◆ ReadData()
p_data_t * cDeviceLogSerial::ReadData |
( |
| ) |
|
|
virtual |
◆ ReadDataFromChunk()
p_data_t * cDeviceLogSerial::ReadDataFromChunk |
( |
| ) |
|
|
private |
◆ SaveData()
bool cDeviceLogSerial::SaveData |
( |
p_data_hdr_t * |
dataHdr, |
|
|
const uint8_t * |
dataBuf |
|
) |
| |
|
virtual |
◆ SetSerialNumber()
void cDeviceLogSerial::SetSerialNumber |
( |
uint32_t |
serialNumber | ) |
|
|
virtual |
◆ WriteChunkToFile()
bool cDeviceLogSerial::WriteChunkToFile |
( |
| ) |
|
|
private |
◆ m_chunk
The documentation for this class was generated from the following files: