GNSS-SDR  0.0.21
An Open Source GNSS Software Defined Receiver
Public Types | Public Member Functions | List of all members
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.


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