GNU Radio's SATNOGS Package
gr::satnogs::metadata_sink Class Reference

<+description of block+> More...

#include <metadata_sink.h>

Inheritance diagram for gr::satnogs::metadata_sink:
gr::satnogs::metadata_sink_impl

Public Types

typedef boost::shared_ptr< metadata_sinksptr
 

Static Public Member Functions

static sptr make (metadata::metadata_sptr meta, const std::string &file)
 Return a shared_ptr to a new instance of satnogs::metadata_sink. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

typedef boost::shared_ptr<metadata_sink> gr::satnogs::metadata_sink::sptr

Member Function Documentation

◆ make()

static sptr gr::satnogs::metadata_sink::make ( metadata::metadata_sptr  meta,
const std::string &  file 
)
static

Return a shared_ptr to a new instance of satnogs::metadata_sink.

To avoid accidental use of raw pointers, satnogs::metadata_sink's constructor is in a private implementation class. satnogs::metadata_sink::make is the public interface for creating new instances.


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