mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-11 12:53:10 +00:00
Acquisition, Tracking and TelemetryDecoder blocks now use Gnss_Satellite class and have access to know what parameters have to use. Algorithms are not system-related anymore.
Some code cleaning and and enhancements in the output screen messages. git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@135 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
@@ -173,7 +173,7 @@ void Channel::set_satellite(Gnss_Satellite satellite)
|
||||
gnss_satellite_ = Gnss_Satellite(satellite.get_system(), satellite.get_PRN());
|
||||
acq_->set_satellite(gnss_satellite_);
|
||||
trk_->set_satellite(gnss_satellite_);
|
||||
nav_->set_satellite(satellite.get_PRN());
|
||||
nav_->set_satellite(gnss_satellite_);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user