![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
Unpacks capture files in the LabSat 2 (ls2), LabSat 3 (ls3), or LabSat 3 Wideband (LS3W) formats. More...
#include "concurrent_queue.h"#include "gnss_block_interface.h"#include <gnuradio/block.h>#include <pmt/pmt.h>#include <cstddef>#include <cstdint>#include <fstream>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | labsat23_source |
| This class implements conversion between Labsat 2, 3 and 3 Wideband formats to gr_complex. More... | |
Typedefs | |
| using | labsat23_source_sptr = gnss_shared_ptr< labsat23_source > |
Functions | |
| labsat23_source_sptr | labsat23_make_source_sptr (const char *signal_file_basename, const std::vector< int > &channel_selector, Concurrent_Queue< pmt::pmt_t > *queue, bool digital_io_enabled) |
Unpacks capture files in the LabSat 2 (ls2), LabSat 3 (ls3), or LabSat 3 Wideband (LS3W) formats.
GNSS-SDR is a Global Navigation Satellite System software-defined receiver. This file is part of GNSS-SDR.
Copyright (C) 2010-2021 (see AUTHORS file for a list of contributors) SPDX-License-Identifier: GPL-3.0-or-later
Definition in file labsat23_source.h.
1.8.14