mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-10-31 23:33:03 +00:00
Code cleaning
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@128 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
@@ -71,19 +71,19 @@ public:
|
||||
gr_basic_block_sptr get_left_block();
|
||||
gr_basic_block_sptr get_right_block();
|
||||
|
||||
std::string role(){ return role_;}
|
||||
std::string role(){ return role_; }
|
||||
|
||||
std::string implementation(){ return "Channel";}
|
||||
std::string implementation(){ return "Channel"; }
|
||||
|
||||
size_t item_size(){ return 0;}
|
||||
size_t item_size(){ return 0; }
|
||||
|
||||
unsigned int satellite(){ return satellite_;}
|
||||
unsigned int satellite(){ return satellite_; }
|
||||
|
||||
AcquisitionInterface* acquisition(){ return acq_;}
|
||||
AcquisitionInterface* acquisition(){ return acq_; }
|
||||
|
||||
TrackingInterface* tracking(){ return trk_;}
|
||||
TrackingInterface* tracking(){ return trk_; }
|
||||
|
||||
TelemetryDecoderInterface* telemetry(){ return nav_;}
|
||||
TelemetryDecoderInterface* telemetry(){ return nav_; }
|
||||
|
||||
void start_acquisition();
|
||||
void set_satellite(unsigned int satellite);
|
||||
|
||||
Reference in New Issue
Block a user