|
RCube
Rcube Rest Server calculates sail routes based on Grib files and sailing boat polar files
|
#include <r3types.h>

Data Fields | |
| int | n |
| int | runIndex |
| int | ret |
| Competitor | t [MAX_N_COMPETITORS] |
| int CompetitorsList::n |
Definition at line 272 of file r3types.h.
Referenced by allCompetitors(), checkParamAndUpdate(), readParam(), and writeParam().
| int CompetitorsList::ret |
Definition at line 274 of file r3types.h.
Referenced by allCompetitors().
| int CompetitorsList::runIndex |
Definition at line 273 of file r3types.h.
Referenced by allCompetitors(), launchAction(), readParam(), routing(), and routingLaunch().
| Competitor CompetitorsList::t[MAX_N_COMPETITORS] |
Definition at line 275 of file r3types.h.
Referenced by allCompetitors(), checkParamAndUpdate(), readParam(), routeToJson(), routeToStr(), routing(), routingLaunch(), and writeParam().