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>
|
static sptr | make (const std::string &extra="") |
|
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.
◆ sptr
◆ 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
-
extra | every 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: