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 91 of file GribUIDialog.h.
int XyGribConfig_t::atmModelIndex |
Definition at line 92 of file GribUIDialog.h.
bool XyGribConfig_t::cape |
Definition at line 102 of file GribUIDialog.h.
bool XyGribConfig_t::cloudCover |
Definition at line 104 of file GribUIDialog.h.
int XyGribConfig_t::durationIndex |
Definition at line 95 of file GribUIDialog.h.
bool XyGribConfig_t::gust |
Definition at line 99 of file GribUIDialog.h.
int XyGribConfig_t::intervalIndex |
Definition at line 97 of file GribUIDialog.h.
bool XyGribConfig_t::precipitation |
Definition at line 105 of file GribUIDialog.h.
bool XyGribConfig_t::pressure |
Definition at line 100 of file GribUIDialog.h.
bool XyGribConfig_t::reflectivity |
Definition at line 103 of file GribUIDialog.h.
int XyGribConfig_t::resolutionIndex |
Definition at line 94 of file GribUIDialog.h.
int XyGribConfig_t::runIndex |
Definition at line 96 of file GribUIDialog.h.
bool XyGribConfig_t::temperature |
Definition at line 101 of file GribUIDialog.h.
bool XyGribConfig_t::waveHeight |
Definition at line 106 of file GribUIDialog.h.
int XyGribConfig_t::waveModelIndex |
Definition at line 93 of file GribUIDialog.h.
bool XyGribConfig_t::wind |
Definition at line 98 of file GribUIDialog.h.
bool XyGribConfig_t::windWaves |
Definition at line 107 of file GribUIDialog.h.