#include <gnuradio/io_signature.h>
#include <gnuradio/block.h>
#include <sstream>
#include <cstring>
Go to the source code of this file.
Namespaces | |
gr | |
Include this header to use the message passing features. | |
gr::zeromq | |
Functions | |
std::string | gr::zeromq::gen_tag_header (uint64_t &offset, std::vector< gr::tag_t > &tags) |
std::string | gr::zeromq::parse_tag_header (std::string &buf_in, uint64_t &offset_out, std::vector< gr::tag_t > &tags_out) |