1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-28 04:45:16 +00:00

Implementation of new receiver telecommands standby and coldstart

This commit is contained in:
Javier
2018-10-28 11:07:53 +01:00
parent 19dca87427
commit 5b3eb12998
96 changed files with 1407 additions and 844 deletions

View File

@@ -64,6 +64,7 @@ public:
virtual void set_state(int state) = 0;
virtual signed int mag() = 0;
virtual void reset() = 0;
virtual void stop_acquisition() = 0;
};
#endif /* GNSS_SDR_ACQUISITION_INTERFACE */