GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
SensorDataFile Class Reference

Public Types

using sptr = gnss_shared_ptr<SensorDataFile>
using id_type = std::size_t

Public Member Functions

 SensorDataFile (const std::string &path, const std::size_t &sample_delay, const std::size_t &sample_period, const std::size_t &offset_in_file, const std::size_t &item_size, const bool &repeat)
void reset ()
bool read_until_sample (std::size_t end_sample, std::size_t &sample_stamp, std::vector< uint8_t > &buffer)
std::size_t get_chunks_read () const

Detailed Description

Definition at line 35 of file sensor_data_file.h.

Member Typedef Documentation

◆ id_type

using SensorDataFile::id_type = std::size_t

Definition at line 39 of file sensor_data_file.h.

◆ sptr

using SensorDataFile::sptr = gnss_shared_ptr<SensorDataFile>

Definition at line 38 of file sensor_data_file.h.


The documentation for this class was generated from the following file: