GNU Radio's GPS Package
gr::gps::gps_navdata Class Reference

<+description of block+> More...

#include <gps_navdata.h>

Inheritance diagram for gr::gps::gps_navdata:
gr::gps::gps_navdata_impl

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...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

typedef boost::shared_ptr<gps_navdata> gr::gps::gps_navdata::sptr

Member Function Documentation

static sptr gr::gps::gps_navdata::make ( )
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.


The documentation for this class was generated from the following file: