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

This block takes a PMT message from the SatNOGS decoders and converts it a PMT containing the same message in JSON form. This can be used for debugging and stream operations. More...

#include <json_converter.h>

Inheritance diagram for gr::satnogs::json_converter:
gr::satnogs::json_converter_impl

Public Types

typedef boost::shared_ptr< json_convertersptr
 

Static Public Member Functions

static sptr make (const std::string &extra="")
 

Detailed Description

This block takes a PMT message from the SatNOGS decoders and converts it a PMT containing the same message in JSON form. This can be used for debugging and stream operations.

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

static sptr gr::satnogs::json_converter::make ( const std::string &  extra = "")
static

This block takes a PMT message from the SatNOGS decoders and converts it a PMT containing the same message in JSON form. This can be used for debugging and stream operations.

Parameters
extraevery JSON frame can contain an arbitrary amount of extra information. Use this fill to provide a JSON-valid string with such information.
Returns
shared pointer of the block instance

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