![]() |
SLProject
4.3.020
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
#include <SENSRecorderDataHandler.h>
Public Member Functions | |
| SENSGpsRecorderDataHandler () | |
| void | writeLineToFile (ofstream &file, const GpsInfo &data) override |
| called in thread store routine for every new line More... | |
Public Member Functions inherited from SENSRecorderDataHandler< GpsInfo > | |
| SENSRecorderDataHandler (const std::string &name) | |
| virtual | ~SENSRecorderDataHandler () |
| void | start (const std::string &outputDir) |
| start the store thread More... | |
| void | stop () |
| stop the store thread and clear values in queue More... | |
| void | add (GpsInfo &&item) |
| add new value to store queue More... | |
| bool | getErrorMsg (std::string &msg) |
| get error msg (valid if function returns true) More... | |
Additional Inherited Members | |
Protected Member Functions inherited from SENSRecorderDataHandler< GpsInfo > | |
| virtual void | writeOnThreadStart () |
| called in thread store routine when thread starts More... | |
| virtual void | writeHeaderToFile (ofstream &file) |
| called in thread store routine when file could be opened More... | |
| virtual void | writeOnThreadFinish () |
| called in thread store routine when thread finished More... | |
Protected Attributes inherited from SENSRecorderDataHandler< GpsInfo > | |
| std::string | _outputDir |
| output directory More... | |
Definition at line 83 of file SENSRecorderDataHandler.h.
| SENSGpsRecorderDataHandler::SENSGpsRecorderDataHandler | ( | ) |
Definition at line 128 of file SENSRecorderDataHandler.cpp.
|
overridevirtual |
called in thread store routine for every new line
Implements SENSRecorderDataHandler< GpsInfo >.
Definition at line 133 of file SENSRecorderDataHandler.cpp.