RCube
Rcube Rest Server calculates sail routes based on Grib files and sailing boat polar files
Loading...
Searching...
No Matches
PolMat Struct Reference

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
 

Detailed Description

polar Matrix description

Definition at line 201 of file r3types.h.

Field Documentation

◆ fromJson

bool PolMat::fromJson

Definition at line 207 of file r3types.h.

Referenced by polToStrJson(), and readPolarJson().

◆ id

int PolMat::id

Definition at line 210 of file r3types.h.

Referenced by addSail().

◆ jsonHeader

char PolMat::jsonHeader[MAX_SIZE_JSON_HEADER]

Definition at line 202 of file r3types.h.

Referenced by polToStrJson(), readPolarCsv(), and readPolarJson().

◆ max

double PolMat::max

Definition at line 212 of file r3types.h.

Referenced by addSail().

◆ maxAll

double PolMat::maxAll

Definition at line 204 of file r3types.h.

Referenced by addSail(), polToStr(), polToStrJson(), readPolar(), and readPolarCsv().

◆ name

char PolMat::name[MAX_SIZE_NAME]

Definition at line 211 of file r3types.h.

Referenced by addSail(), fSailName(), polToStrJson(), and readPolar().

◆ nCol

◆ nLine

◆ nSail

size_t PolMat::nSail

Definition at line 208 of file r3types.h.

Referenced by addSail(), fSailName(), polToStr(), polToStrJson(), and readPolar().

◆ t

◆ [struct]

struct { ... } PolMat::tSail[MAX_N_SAIL]

The documentation for this struct was generated from the following file: