Simulate some echo on a weather radar. More...
#include <visual_enviro.hxx>
Public Attributes | |
float | heading |
the heading in radian is versus north | |
double | LWC |
reflectivity converted to liquid water content. | |
bool | lightning |
if true then this data is for a lightning else it is for water echo. | |
int | cloudId |
Unique identifier of cloud. |
Simulate some echo on a weather radar.
Container class for the wx radar instrument.
Definition at line 41 of file visual_enviro.hxx.
if true then this data is for a lightning else it is for water echo.
Definition at line 60 of file visual_enviro.hxx.
double SGWxRadarEcho::LWC |
reflectivity converted to liquid water content.
Definition at line 58 of file visual_enviro.hxx.