OpenCPN Partial API docs
|
Structure used to store XyGrib configuration. More...
#include <GribUIDialog.h>
Public Attributes | |
int | atmModelIndex |
int | waveModelIndex |
int | resolutionIndex |
int | durationIndex |
int | runIndex |
int | intervalIndex |
bool | wind |
bool | gust |
bool | pressure |
bool | temperature |
bool | cape |
bool | reflectivity |
bool | cloudCover |
bool | precipitation |
bool | waveHeight |
bool | windWaves |
Structure used to store XyGrib configuration.
It is used to recover/store model and parameter choices from/to OpenCPN configuration file.
Definition at line 110 of file GribUIDialog.h.
int XyGribConfig_t::atmModelIndex |
Definition at line 111 of file GribUIDialog.h.
bool XyGribConfig_t::cape |
Definition at line 121 of file GribUIDialog.h.
bool XyGribConfig_t::cloudCover |
Definition at line 123 of file GribUIDialog.h.
int XyGribConfig_t::durationIndex |
Definition at line 114 of file GribUIDialog.h.
bool XyGribConfig_t::gust |
Definition at line 118 of file GribUIDialog.h.
int XyGribConfig_t::intervalIndex |
Definition at line 116 of file GribUIDialog.h.
bool XyGribConfig_t::precipitation |
Definition at line 124 of file GribUIDialog.h.
bool XyGribConfig_t::pressure |
Definition at line 119 of file GribUIDialog.h.
bool XyGribConfig_t::reflectivity |
Definition at line 122 of file GribUIDialog.h.
int XyGribConfig_t::resolutionIndex |
Definition at line 113 of file GribUIDialog.h.
int XyGribConfig_t::runIndex |
Definition at line 115 of file GribUIDialog.h.
bool XyGribConfig_t::temperature |
Definition at line 120 of file GribUIDialog.h.
bool XyGribConfig_t::waveHeight |
Definition at line 125 of file GribUIDialog.h.
int XyGribConfig_t::waveModelIndex |
Definition at line 112 of file GribUIDialog.h.
bool XyGribConfig_t::wind |
Definition at line 117 of file GribUIDialog.h.
bool XyGribConfig_t::windWaves |
Definition at line 126 of file GribUIDialog.h.