GNSS-SDR  0.0.14
An Open Source GNSS Software Defined Receiver
Public Member Functions | List of all members
TwoBitPackedFileSignalSource Class Reference

Class that reads signals samples from a file and adapts it to a SignalSourceInterface. More...

#include <two_bit_packed_file_signal_source.h>

Inheritance diagram for TwoBitPackedFileSignalSource:
GNSSBlockInterface

Public Member Functions

 TwoBitPackedFileSignalSource (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams, Concurrent_Queue< pmt::pmt_t > *queue)
 
std::string role () override
 
std::string implementation () override
 Returns "Two_Bit_Packed_File_Signal_Source". More...
 
size_t item_size () override
 
void connect (gr::top_block_sptr top_block) override
 
void disconnect (gr::top_block_sptr top_block) override
 
gr::basic_block_sptr get_left_block () override
 
gr::basic_block_sptr get_right_block () override
 
std::string filename () const
 
std::string item_type () const
 
bool repeat () const
 
int64_t sampling_frequency () const
 
uint64_t samples () const
 
bool big_endian_items () const
 
bool big_endian_bytes () const
 
bool is_complex () const
 
bool reverse_interleaving () const
 
- Public Member Functions inherited from GNSSBlockInterface
virtual gr::basic_block_sptr get_left_block (int RF_channel)
 
virtual gr::basic_block_sptr get_right_block (int RF_channel)
 
virtual void start ()
 Start the flow of samples if needed. More...
 

Detailed Description

Class that reads signals samples from a file and adapts it to a SignalSourceInterface.

Definition at line 49 of file two_bit_packed_file_signal_source.h.

Member Function Documentation

◆ implementation()

std::string TwoBitPackedFileSignalSource::implementation ( )
inlineoverridevirtual

Returns "Two_Bit_Packed_File_Signal_Source".

Implements GNSSBlockInterface.

Definition at line 65 of file two_bit_packed_file_signal_source.h.


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