|
RCube
Rcube Rest Server calculates sail routes based on Grib files and sailing boat polar files
|
polar Matrix description More...
#include <r3types.h>
Data Fields | ||
| char | jsonHeader [MAX_SIZE_JSON_HEADER] | |
| double | t [MAX_N_POL_MAT_LINES][MAX_N_POL_MAT_COLS] | |
| double | maxAll | |
| int | nLine | |
| int | nCol | |
| bool | fromJson | |
| size_t | nSail | |
| struct { | ||
| int id | ||
| char name [MAX_SIZE_NAME] | ||
| double max | ||
| } | tSail [MAX_N_SAIL] | |
| bool PolMat::fromJson |
Definition at line 207 of file r3types.h.
Referenced by polToStrJson(), and readPolarJson().
| char PolMat::jsonHeader[MAX_SIZE_JSON_HEADER] |
Definition at line 202 of file r3types.h.
Referenced by polToStrJson(), readPolarCsv(), and readPolarJson().
| double PolMat::maxAll |
Definition at line 204 of file r3types.h.
Referenced by addSail(), polToStr(), polToStrJson(), readPolar(), and readPolarCsv().
| char PolMat::name[MAX_SIZE_NAME] |
Definition at line 211 of file r3types.h.
Referenced by addSail(), fSailName(), polToStrJson(), and readPolar().
| int PolMat::nCol |
Definition at line 206 of file r3types.h.
Referenced by findListPol(), findPolar(), findPolar1(), findPolar2(), findSailPol(), maxSpeedInPolarAt(), polarCheck(), polToStr(), polToStrJson(), and readPolarCsv().
| int PolMat::nLine |
Definition at line 205 of file r3types.h.
Referenced by bestVmg(), bestVmgBack(), binarySearchTwa(), findListPol(), findPolar(), findPolar1(), findPolar2(), findSailPol(), maxSpeedInPolarAt(), polarCheck(), polToStr(), polToStrJson(), and readPolarCsv().
| size_t PolMat::nSail |
Definition at line 208 of file r3types.h.
Referenced by addSail(), fSailName(), polToStr(), polToStrJson(), and readPolar().
| double PolMat::t[MAX_N_POL_MAT_LINES][MAX_N_POL_MAT_COLS] |
Definition at line 203 of file r3types.h.
Referenced by bestVmg(), bestVmgBack(), binarySearchTwa(), findListPol(), findPolar(), findPolar1(), findPolar2(), findSailPol(), maxSpeedInPolarAt(), polarCheck(), polToStr(), polToStrJson(), and readPolarCsv().
| struct { ... } PolMat::tSail[MAX_N_SAIL] |
Referenced by addSail(), fSailName(), polToStrJson(), and readPolar().