 |
GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_CTRLPORT_PROBE2_B_H
12 #define INCLUDED_CTRLPORT_PROBE2_B_H
35 typedef std::shared_ptr<ctrlport_probe2_b>
sptr;
45 make(
const std::string&
id,
const std::string& desc,
int len,
unsigned int disp_mask);
47 virtual std::vector<signed char> get() = 0;
49 virtual void set_length(
int len) = 0;
50 virtual int length()
const = 0;
@ RPC_PRIVLVL_MIN
Definition: rpccallbackregister_base.h:34
Registers a 'get' function to get a parameter over ControlPort.
Definition: rpcregisterhelpers.h:1108
Registers a 'set' function to set a parameter over ControlPort.
Definition: rpcregisterhelpers.h:779
constexpr uint32_t DISPOPTSTRIP
Definition: rpccallbackregister_base.h:31
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
synchronous 1:1 input to output with history
Definition: sync_block.h:25
static pmt_t mp(const std::string &s)
Make pmt symbol.
Definition: pmt_sugar.h:24
std::vector< const void * > gr_vector_const_void_star
Definition: types.h:28
std::shared_ptr< ctrlport_probe2_b > sptr
Definition: ctrlport_probe2_b.h:35
constexpr uint32_t DISPTIME
Definition: rpccallbackregister_base.h:21
A ControlPort probe to export vectors of signals.
Definition: ctrlport_probe2_b.h:31
constexpr uint32_t DISPNULL
DisplayType Plotting types.
Definition: rpccallbackregister_base.h:20
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29
PMT_API pmt_t member(pmt_t obj, pmt_t list)
Return the first sublist of list whose car is obj. If obj does not occur in list, then #f is returned...
PMT_API size_t length(const pmt_t &v)
Return the number of elements in v.
std::vector< void * > gr_vector_void_star
Definition: types.h:27