QT GUI LED Indicator

From GNU Radio
Revision as of 13:21, 31 October 2020 by Duggabe (talk | contribs) (initial creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This block creates a basic LED indicator
Added in 3.9

Parameters

(R): Run-time adjustable

Id
The variable name
Label
dtype: string
default: ""
the name for the LED
Label Position
dtype: enum
default: Above
options: [Above, Below]
State (R)
default: False
On Color
dtype: enum
default: green
options: [silver, gray, black, white, red, green, blue, navy, yellow, orange, purple, lime, aqua, teal]
Off Color
dtype: enum
default: red
options: [silver, gray, black, white, red, green, blue, navy, yellow, orange, purple, lime, aqua, teal]
Size
dtype: int
default: 40
Cell Alignment
dtype: enum
default: Center
options: [Center,Left,Right]
Vertical Alignment
dtype: enum
default: Center
options: [Center,Top,Bottom]

See GUI Hint for how to position the GUI within a window.

Example Flowgraph

This flowgraph can be found at [1]

Test led fg.png

Example Output

Test led out.png

Source Files

C++ files
TODO
Header files
TODO
Public header files
TODO
Block definition
TODO