|
GNU Radio's GPS Package
|
<+description of block+> More...
#include <gps_navdata.h>
Public Types | |
| typedef boost::shared_ptr < gps_navdata > | sptr |
Static Public Member Functions | |
| static sptr | make () |
| Return a shared_ptr to a new instance of gps::gps_navdata. More... | |
<+description of block+>
| typedef boost::shared_ptr<gps_navdata> gr::gps::gps_navdata::sptr |
|
static |
Return a shared_ptr to a new instance of gps::gps_navdata.
To avoid accidental use of raw pointers, gps::gps_navdata's constructor is in a private implementation class. gps::gps_navdata::make is the public interface for creating new instances.