|
RCube
Rcube Rest Server calculates sail routes based on Grib files and sailing boat polar files
|
Wind point. More...
#include <r3types.h>
Data Fields | |
| float | lat |
| float | lon |
| float | u |
| float | v |
| float | w |
| float | g |
| float FlowP::g |
Definition at line 134 of file r3types.h.
Referenced by buildUVGWarray(), findFlow(), and readGribAll().
| float FlowP::lat |
Definition at line 129 of file r3types.h.
Referenced by checkGrib(), findFlow(), and readGribAll().
| float FlowP::lon |
Definition at line 130 of file r3types.h.
Referenced by checkGrib(), findFlow(), and readGribAll().
| float FlowP::u |
Definition at line 131 of file r3types.h.
Referenced by buildUVGWarray(), findFlow(), and readGribAll().
| float FlowP::v |
Definition at line 132 of file r3types.h.
Referenced by buildUVGWarray(), findFlow(), and readGribAll().
| float FlowP::w |
Definition at line 133 of file r3types.h.
Referenced by buildUVGWarray(), findFlow(), and readGribAll().