ast_dataitem_video_header_t Struct Reference

Data Item - Video Header. More...

#include <cat_generic.h>

Data Fields

bool valid
 
unsigned int start_azimuth_raw
 
unsigned int end_azimuth_raw
 Start azimuth, LSB = 360/2^16. More...
 
double start_azimuth
 End azimuth, LSB = 360/2^16. More...
 
double end_azimuth
 Start azimuth, LSB = degree. More...
 
unsigned int start_range
 End azimuth, LSB = degree. More...
 
unsigned int cell_duration_raw
 Starting range of the cells group, expressed in number of cells. 0 is the radar location without any bias. More...
 
double cell_duration
 Video cell duration, could be nano-seconds (10^-9 sec) or femto-seconds (10^-15 sec). More...
 

Detailed Description

Data Item - Video Header.

Field Documentation

◆ cell_duration

double ast_dataitem_video_header_t::cell_duration

Video cell duration, could be nano-seconds (10^-9 sec) or femto-seconds (10^-15 sec).

◆ cell_duration_raw

unsigned int ast_dataitem_video_header_t::cell_duration_raw

Starting range of the cells group, expressed in number of cells. 0 is the radar location without any bias.

◆ end_azimuth

double ast_dataitem_video_header_t::end_azimuth

Start azimuth, LSB = degree.

◆ end_azimuth_raw

unsigned int ast_dataitem_video_header_t::end_azimuth_raw

Start azimuth, LSB = 360/2^16.

◆ start_azimuth

double ast_dataitem_video_header_t::start_azimuth

End azimuth, LSB = 360/2^16.

◆ start_azimuth_raw

unsigned int ast_dataitem_video_header_t::start_azimuth_raw

◆ start_range

unsigned int ast_dataitem_video_header_t::start_range

End azimuth, LSB = degree.

◆ valid

bool ast_dataitem_video_header_t::valid

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