BeeeOn Gateway
v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
|
An instance of Entry represents a single record in the FileBuffer. Such record contains a single SensorData instance. Moreover, name of the source buffer and offset after the parsed data is provided. More...
#include <JournalQueuingStrategy.h>
Public Member Functions | |
Entry (const SensorData &data, const std::string &buffer, const size_t nextOffset) | |
const SensorData & | data () const |
std::string | buffer () const |
size_t | nextOffset () const |
An instance of Entry represents a single record in the FileBuffer. Such record contains a single SensorData instance. Moreover, name of the source buffer and offset after the parsed data is provided.