18 #ifndef INCLUDED_GPS_CTRL_HPP    19 #define INCLUDED_GPS_CTRL_HPP    23 #include <boost/shared_ptr.hpp>    24 #include <boost/utility.hpp>    25 #include <boost/function.hpp>    32   typedef boost::shared_ptr<gps_ctrl> 
sptr;
    42   virtual std::vector<std::string> get_sensors(
void) = 0;
    53   virtual bool gps_detected(
void) = 0;
 
#define UHD_API
Definition: config.hpp:76
 
Definition: convert.hpp:28
 
Definition: sensors.hpp:38
 
boost::shared_ptr< gps_ctrl > sptr
Definition: gps_ctrl.hpp:32
 
boost::shared_ptr< uart_iface > sptr
Definition: serial.hpp:183
 
Definition: gps_ctrl.hpp:30