Variable to Message: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(initial creation)
 
No edit summary
 
Line 22: Line 22:
== Source Files ==
== Source Files ==


; C++ files
; Python files
: [https://github.com/gnuradio/gnuradio TODO]
: [https://github.com/gnuradio/gnuradio/blob/master/gr-blocks/python/blocks/var_to_msg.py]
 
; Header files
: [https://github.com/gnuradio/gnuradio TODO]
 
; Public header files
: [https://github.com/gnuradio/gnuradio TODO]


; Block definition
; Block definition

Latest revision as of 14:09, 10 August 2022

This block will monitor a variable and, when it changes, generate a message pair.

Parameters

(R): Run-time adjustable

Variable (R)
variable name (default: freq)
Message Variable Name
name in message pair (default: 'freq')

Example Flowgraph

This flowgraph can be found at [1].

Var to msg fg.png

Example Output

Var to msg out.png

Source Files

Python files
[2]
Block definition
[3]