GNU Radio 3.6.5 C++ API

fcd_source_c.h File Reference

#include <fcd_api.h>
#include <gr_hier_block2.h>

Go to the source code of this file.

Classes

class  fcd_source_c
 Funcube Dongle source block. More...

Functions

FCD_API fcd_source_c_sptr fcd_make_source_c (const std::string device_name="")
 Return a shared_ptr to a new instance of fcd_source_c.

Function Documentation

FCD_API fcd_source_c_sptr fcd_make_source_c ( const std::string  device_name = "")

Return a shared_ptr to a new instance of fcd_source_c.

This is effectively the public constructor. To avoid accidental use of raw pointers, fcd_source_c's constructor is private. fcd_make_source_c is the public interface for creating new instances.