 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_CTRLPORT_PROBE2_B_H
24 #define INCLUDED_CTRLPORT_PROBE2_B_H
47 typedef boost::shared_ptr<ctrlport_probe2_b>
sptr;
57 make(
const std::string&
id,
const std::string& desc,
int len,
unsigned int disp_mask);
59 virtual std::vector<signed char>
get() = 0;
@ RPC_PRIVLVL_MIN
Definition: rpccallbackregister_base.h:46
Registers a 'get' function to get a parameter over ControlPort.
Definition: rpcregisterhelpers.h:1118
Registers a 'set' function to set a parameter over ControlPort.
Definition: rpcregisterhelpers.h:788
virtual std::vector< signed char > get()=0
boost::shared_ptr< ctrlport_probe2_b > sptr
Definition: ctrlport_probe2_b.h:47
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
const uint32_t DISPNULL
DisplayType Plotting types.
Definition: rpccallbackregister_base.h:32
const uint32_t DISPOPTSTRIP
Definition: rpccallbackregister_base.h:43
synchronous 1:1 input to output with history
Definition: sync_block.h:38
static pmt_t mp(const std::string &s)
Make pmt symbol.
Definition: pmt_sugar.h:35
virtual int length() const =0
static sptr make(const std::string &id, const std::string &desc, int len, unsigned int disp_mask)
Make a ControlPort probe block.
std::vector< const void * > gr_vector_const_void_star
Definition: types.h:40
A ControlPort probe to export vectors of signals.
Definition: ctrlport_probe2_b.h:44
const uint32_t DISPTIME
Definition: rpccallbackregister_base.h:33
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
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...
virtual void set_length(int len)=0
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:39