|
RCube
Rcube Rest Server calculates sail routes based on Grib files and sailing boat polar files
|
#include <r3types.h>
Data Fields | |
| int | colorIndex |
| double | lat |
| double | lon |
| double | dist |
| double | duration |
| char | strETA [MAX_SIZE_DATE] |
| char | name [MAX_SIZE_NAME] |
| int Competitor::colorIndex |
Definition at line 261 of file r3types.h.
Referenced by readParam(), and writeParam().
| double Competitor::dist |
Definition at line 264 of file r3types.h.
Referenced by allCompetitors().
| double Competitor::duration |
Definition at line 265 of file r3types.h.
Referenced by allCompetitors().
| double Competitor::lat |
Definition at line 262 of file r3types.h.
Referenced by allCompetitors(), checkParamAndUpdate(), readParam(), and writeParam().
| double Competitor::lon |
Definition at line 263 of file r3types.h.
Referenced by allCompetitors(), checkParamAndUpdate(), readParam(), and writeParam().
| char Competitor::name[MAX_SIZE_NAME] |
Definition at line 267 of file r3types.h.
Referenced by allCompetitors(), checkParamAndUpdate(), readParam(), routeToJson(), routeToStr(), routing(), routingLaunch(), and writeParam().
| char Competitor::strETA[MAX_SIZE_DATE] |
Definition at line 266 of file r3types.h.
Referenced by allCompetitors().