mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 07:13:03 +00:00 
			
		
		
		
	Fixes for old GCC
This commit is contained in:
		| @@ -159,7 +159,7 @@ AcqPerfTest_msg_rx::AcqPerfTest_msg_rx(Concurrent_Queue<int>& queue) : gr::block | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&AcqPerfTest_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -105,7 +105,7 @@ GalileoE1Pcps8msAmbiguousAcquisitionGSoC2013Test_msg_rx::GalileoE1Pcps8msAmbiguo | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&GalileoE1Pcps8msAmbiguousAcquisitionGSoC2013Test_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -103,7 +103,7 @@ GalileoE1PcpsAmbiguousAcquisitionGSoC2013Test_msg_rx::GalileoE1PcpsAmbiguousAcqu | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&GalileoE1PcpsAmbiguousAcquisitionGSoC2013Test_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -112,7 +112,7 @@ GalileoE1PcpsAmbiguousAcquisitionGSoCTest_msg_rx::GalileoE1PcpsAmbiguousAcquisit | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&GalileoE1PcpsAmbiguousAcquisitionGSoCTest_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -124,7 +124,7 @@ GalileoE1PcpsAmbiguousAcquisitionTest_msg_rx::GalileoE1PcpsAmbiguousAcquisitionT | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&GalileoE1PcpsAmbiguousAcquisitionTest_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -106,7 +106,7 @@ GalileoE1PcpsCccwsrAmbiguousAcquisitionTest_msg_rx::GalileoE1PcpsCccwsrAmbiguous | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&GalileoE1PcpsCccwsrAmbiguousAcquisitionTest_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -108,7 +108,7 @@ GalileoE1PcpsQuickSyncAmbiguousAcquisitionGSoC2014Test_msg_rx::GalileoE1PcpsQuic | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&GalileoE1PcpsQuickSyncAmbiguousAcquisitionGSoC2014Test_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -103,7 +103,7 @@ GalileoE1PcpsTongAmbiguousAcquisitionGSoC2013Test_msg_rx::GalileoE1PcpsTongAmbig | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&GalileoE1PcpsTongAmbiguousAcquisitionGSoC2013Test_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -99,7 +99,7 @@ GalileoE5aPcpsAcquisitionGSoC2014GensourceTest_msg_rx::GalileoE5aPcpsAcquisition | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&GalileoE5aPcpsAcquisitionGSoC2014GensourceTest_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -105,7 +105,7 @@ GlonassL1CaPcpsAcquisitionGSoC2017Test_msg_rx::GlonassL1CaPcpsAcquisitionGSoC201 | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&GlonassL1CaPcpsAcquisitionGSoC2017Test_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -98,7 +98,7 @@ GlonassL1CaPcpsAcquisitionTest_msg_rx::GlonassL1CaPcpsAcquisitionTest_msg_rx() : | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&GlonassL1CaPcpsAcquisitionTest_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -103,7 +103,7 @@ GlonassL2CaPcpsAcquisitionTest_msg_rx::GlonassL2CaPcpsAcquisitionTest_msg_rx(con | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&GlonassL2CaPcpsAcquisitionTest_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -106,7 +106,7 @@ GpsL1CaPcpsAcquisitionGSoC2013Test_msg_rx::GpsL1CaPcpsAcquisitionGSoC2013Test_ms | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&GpsL1CaPcpsAcquisitionGSoC2013Test_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -101,7 +101,7 @@ GpsL1CaPcpsOpenClAcquisitionGSoC2013Test_msg_rx::GpsL1CaPcpsOpenClAcquisitionGSo | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&GpsL1CaPcpsOpenClAcquisitionGSoC2013Test_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -106,7 +106,7 @@ GpsL1CaPcpsQuickSyncAcquisitionGSoC2014Test_msg_rx::GpsL1CaPcpsQuickSyncAcquisit | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&GpsL1CaPcpsQuickSyncAcquisitionGSoC2014Test_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -103,7 +103,7 @@ GpsL1CaPcpsTongAcquisitionGSoC2013Test_msg_rx::GpsL1CaPcpsTongAcquisitionGSoC201 | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&GpsL1CaPcpsTongAcquisitionGSoC2013Test_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -135,7 +135,7 @@ HybridObservablesTest_msg_rx::HybridObservablesTest_msg_rx() : gr::block("Hybrid | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&HybridObservablesTest_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
| @@ -193,7 +193,7 @@ HybridObservablesTest_tlm_msg_rx::HybridObservablesTest_tlm_msg_rx() : gr::block | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&HybridObservablesTest_tlm_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -133,7 +133,7 @@ HybridObservablesTest_msg_rx_Fpga::HybridObservablesTest_msg_rx_Fpga() : gr::blo | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&HybridObservablesTest_msg_rx_Fpga::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -108,7 +108,7 @@ GpsL1CADllPllTelemetryDecoderTest_msg_rx::GpsL1CADllPllTelemetryDecoderTest_msg_ | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&GpsL1CADllPllTelemetryDecoderTest_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
| @@ -164,7 +164,7 @@ GpsL1CADllPllTelemetryDecoderTest_tlm_msg_rx::GpsL1CADllPllTelemetryDecoderTest_ | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&GpsL1CADllPllTelemetryDecoderTest_tlm_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -87,7 +87,7 @@ GlonassL1CaDllPllCAidTrackingTest_msg_rx::GlonassL1CaDllPllCAidTrackingTest_msg_ | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&GlonassL1CaDllPllCAidTrackingTest_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -94,7 +94,7 @@ GlonassL1CaDllPllTrackingTest_msg_rx::GlonassL1CaDllPllTrackingTest_msg_rx() : g | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&GlonassL1CaDllPllTrackingTest_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -124,7 +124,7 @@ GpsL1CADllPllTrackingTest_msg_rx::GpsL1CADllPllTrackingTest_msg_rx() : gr::block | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&GpsL1CADllPllTrackingTest_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -125,7 +125,7 @@ GpsL1CAKfTrackingTest_msg_rx::GpsL1CAKfTrackingTest_msg_rx() : gr::block("GpsL1C | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&GpsL1CAKfTrackingTest_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -101,7 +101,7 @@ GpsL2MDllPllTrackingTest_msg_rx::GpsL2MDllPllTrackingTest_msg_rx() : gr::block(" | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&GpsL2MDllPllTrackingTest_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -140,7 +140,7 @@ TrackingPullInTest_msg_rx::TrackingPullInTest_msg_rx() : gr::block("TrackingPull | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&TrackingPullInTest_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -138,7 +138,7 @@ TrackingPullInTest_msg_rx_Fpga::TrackingPullInTest_msg_rx_Fpga() : gr::block("Tr | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&TrackingPullInTest_msg_rx_Fpga::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
| @@ -148,7 +148,7 @@ FrontEndCal_msg_rx::FrontEndCal_msg_rx() : gr::block("FrontEndCal_msg_rx", gr::i | ||||
|     this->message_port_register_in(pmt::mp("events")); | ||||
|     this->set_msg_handler(pmt::mp("events"), | ||||
| #if HAS_GENERIC_LAMBDA | ||||
|         [this](auto&& PH1) { msg_handler_events(PH1); }); | ||||
|         [this](pmt::pmt_t&& PH1) { msg_handler_events(PH1); }); | ||||
| #else | ||||
|         boost::bind(&FrontEndCal_msg_rx::msg_handler_events, this, _1)); | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez