8 #ifndef INCLUDED_GPS_CTRL_HPP     9 #define INCLUDED_GPS_CTRL_HPP    13 #include <boost/shared_ptr.hpp>    14 #include <boost/utility.hpp>    15 #include <boost/function.hpp>    22   typedef boost::shared_ptr<gps_ctrl> 
sptr;
    34   virtual std::vector<std::string> get_sensors(
void) = 0;
    45   virtual bool gps_detected(
void) = 0;
 
Definition: build_info.hpp:14
 
Definition: sensors.hpp:29
 
#define UHD_API
Definition: config.h:68
 
boost::shared_ptr< gps_ctrl > sptr
Definition: gps_ctrl.hpp:22
 
boost::shared_ptr< uart_iface > sptr
Definition: serial.hpp:186
 
Definition: gps_ctrl.hpp:20