GNU Radio 3.2.2 C++ API
|
#include <mblock/common.h>
Go to the source code of this file.
Classes | |
class | mb_protocol_class_init |
Initialize one or more protocol class from a serialized description. Used by machine generated code. More... | |
Functions | |
pmt_t | mb_make_protocol_class (pmt_t name, pmt_t incoming, pmt_t outgoing) |
construct a protocol_class | |
pmt_t | mb_protocol_class_name (pmt_t pc) |
pmt_t | mb_protocol_class_incoming (pmt_t pc) |
pmt_t | mb_protocol_class_outgoing (pmt_t pc) |
pmt_t | mb_protocol_class_lookup (pmt_t name) |
construct a protocol_class
name | the name of the class (symbol) |
incoming | incoming message set (list of symbols) |
outgoing | outgoing message set (list of symbols) |