GNU Radio's FOSPHOR Package
fosphor_render Struct Reference

fosphor render options More...

#include <fosphor.h>

Public Attributes

int pos_x
 X origin (lower left corner) More...
 
int pos_y
 Y origin (lower left corner) More...
 
int width
 Width. More...
 
int height
 Height. More...
 
int options
 Options (See FRO_??? constants) More...
 
float histo_wf_ratio
 Ratio histogram/waterfall ]0,1[. More...
 
int freq_n_div
 Number of frequency divisions. More...
 
float freq_start
 Frequency zoom start [0,1[. More...
 
float freq_stop
 Frequency zoom stop ]0,1]. More...
 
float wf_span
 Waterfall time zoom ]0,1]. More...
 
struct fosphor_channel channels [FOSPHOR_MAX_CHANNELS]
 Displayed channels. More...
 
int _wf_pos
 (private) Waterfall position More...
 
float _x_div
 (private) X divisions width More...
 
float _x [2]
 (private) X endpoints More...
 
float _x_label
 (private) X location for labels More...
 
float _y_histo_div
 (private) Y histogram divisions height More...
 
float _y_histo [2]
 (private) Y histogram endpoints More...
 
float _y_wf [2]
 (private) Y waterfall endpoints More...
 
float _y_label
 (private) Y location for label More...
 

Detailed Description

fosphor render options

Member Data Documentation

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.

int fosphor_render::freq_n_div

Number of frequency divisions.

float fosphor_render::freq_start

Frequency zoom start [0,1[.

float fosphor_render::freq_stop

Frequency zoom stop ]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.


The documentation for this struct was generated from the following file: