#include <DeviceLogCSV.h>
|
bool | CloseAllFiles () OVERRIDE |
|
void | InitDeviceForReading () 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 () |
|
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 41 of file DeviceLogCSV.h.
◆ CloseAllFiles()
bool cDeviceLogCSV::CloseAllFiles |
( |
| ) |
|
|
virtual |
◆ GetNextLineForFile()
bool cDeviceLogCSV::GetNextLineForFile |
( |
cCsvLog & |
log | ) |
|
|
private |
◆ InitDeviceForReading()
void cDeviceLogCSV::InitDeviceForReading |
( |
| ) |
|
|
virtual |
◆ InitDeviceForWriting()
void cDeviceLogCSV::InitDeviceForWriting |
( |
int |
pHandle, |
|
|
std::string |
timestamp, |
|
|
std::string |
directory, |
|
|
uint64_t |
maxDiskSpace, |
|
|
uint32_t |
maxFileSize |
|
) |
| |
◆ LogFileExtention()
std::string cDeviceLogCSV::LogFileExtention |
( |
| ) |
|
|
inlinevirtual |
◆ OpenNewFile()
◆ ReadData()
◆ ReadDataFromFile()
◆ SaveData()
bool cDeviceLogCSV::SaveData |
( |
p_data_hdr_t * |
dataHdr, |
|
|
const uint8_t * |
dataBuf |
|
) |
| |
|
virtual |
◆ SetSerialNumber()
void cDeviceLogCSV::SetSerialNumber |
( |
uint32_t |
serialNumber | ) |
|
|
virtual |
◆ m_csv
◆ m_currentFileIndex
map<uint32_t, uint32_t> cDeviceLogCSV::m_currentFileIndex |
|
private |
◆ m_currentFiles
map<uint32_t, vector<string> > cDeviceLogCSV::m_currentFiles |
|
private |
◆ m_dataBuffer
◆ m_logs
map<uint32_t, cCsvLog> cDeviceLogCSV::m_logs |
|
private |
◆ m_nextId
uint64_t cDeviceLogCSV::m_nextId |
|
private |
The documentation for this class was generated from the following files: