GNU Radio's TEST Package
|
fosphor render options More...
#include <fosphor.h>
Public Attributes | |
int | pos_x |
X origin (lower left corner) | |
int | pos_y |
Y origin (lower left corner) | |
int | width |
Width | |
int | height |
Height. | |
int | options |
Options (See FRO_??? constants) | |
float | histo_wf_ratio |
Ratio histogram/waterfall ]0,1[. | |
int | freq_n_div |
Number of frequency divisions. | |
float | freq_center |
Frequency zoom center ]0,1[. | |
float | freq_span |
Frequency zoom span ]0,1]. | |
float | wf_span |
Waterfall time zoom ]0,1]. | |
struct fosphor_channel | channels [FOSPHOR_MAX_CHANNELS] |
Displayed channels. | |
int | _wf_pos |
(private) Waterfall position | |
float | _x_div |
(private) X divisions width | |
float | _x [2] |
(private) X endpoints | |
float | _x_label |
(private) X location for labels | |
float | _y_histo_div |
(private) Y histogram divisions height | |
float | _y_histo [2] |
(private) Y histogram endpoints | |
float | _y_wf [2] |
(private) Y waterfall endpoints | |
float | _y_label |
(private) Y location for label | |
fosphor render options
int fosphor_render::_wf_pos |
(private) Waterfall position
float fosphor_render::_x[2] |
(private) X endpoints
float fosphor_render::_x_div |
(private) X divisions width
float fosphor_render::_x_label |
(private) X location for labels
float fosphor_render::_y_histo[2] |
(private) Y histogram endpoints
float fosphor_render::_y_histo_div |
(private) Y histogram divisions height
float fosphor_render::_y_label |
(private) Y location for label
float fosphor_render::_y_wf[2] |
(private) Y waterfall endpoints
struct fosphor_channel fosphor_render::channels[FOSPHOR_MAX_CHANNELS] |
Displayed channels.
float fosphor_render::freq_center |
Frequency zoom center ]0,1[.
int fosphor_render::freq_n_div |
Number of frequency divisions.
float fosphor_render::freq_span |
Frequency zoom span ]0,1].
int fosphor_render::height |
Height.
float fosphor_render::histo_wf_ratio |
Ratio histogram/waterfall ]0,1[.
int fosphor_render::options |
Options (See FRO_??? constants)
int fosphor_render::pos_x |
X origin (lower left corner)
int fosphor_render::pos_y |
Y origin (lower left corner)
float fosphor_render::wf_span |
Waterfall time zoom ]0,1].
int fosphor_render::width |
Width