mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-09 12:16:46 +00:00
adding a newline at the end of the file
This commit is contained in:
parent
75bf5ba1a6
commit
5291c64254
@ -16,4 +16,4 @@
|
||||
# along with GNSS-SDR. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
add_subdirectory(adapters)
|
||||
add_subdirectory(adapters)
|
||||
|
@ -36,3 +36,4 @@ add_library(datatype_adapters ${DATATYPE_ADAPTER_SOURCES} ${DATATYPE_ADAPTER_HEA
|
||||
source_group(Headers FILES ${DATATYPE_ADAPTER_HEADERS})
|
||||
add_dependencies(datatype_adapters glog-${glog_RELEASE})
|
||||
target_link_libraries(datatype_adapters ${GNURADIO_FILTER_LIBRARIES} ${GNURADIO_BLOCKS_LIBRARIES})
|
||||
|
||||
|
@ -107,3 +107,4 @@ gr::basic_block_sptr ByteToShort::get_right_block()
|
||||
{
|
||||
return gr_char_to_short_;
|
||||
}
|
||||
|
||||
|
@ -88,3 +88,4 @@ private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -110,3 +110,4 @@ gr::basic_block_sptr IbyteToComplex::get_right_block()
|
||||
return gr_interleaved_short_to_complex_;
|
||||
}
|
||||
|
||||
|
||||
|
@ -90,3 +90,5 @@ private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -108,3 +108,4 @@ gr::basic_block_sptr IshortToComplex::get_right_block()
|
||||
return gr_interleaved_short_to_complex_;
|
||||
}
|
||||
|
||||
|
||||
|
@ -88,3 +88,4 @@ private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -23,4 +23,4 @@ PVT.item_type=float
|
||||
PVT.vector_size=1
|
||||
|
||||
OutputFilter.implementation=NullSinkOutputFilter
|
||||
OuputFilter.item_size=4
|
||||
OuputFilter.item_size=4
|
||||
|
Loading…
x
Reference in New Issue
Block a user