|
RCube
Rcube Rest Server calculates sail routes based on Grib files and sailing boat polar files
|
#include <r3types.h>
Data Fields | |
| int | id |
| int | father |
| int | amure |
| int | sail |
| bool | motor |
| int | toIndexWp |
| double | lat |
| double | lon |
| double | dd |
| double | vmc |
| double | orthoVmc |
| int Pp::amure |
Definition at line 175 of file r3types.h.
Referenced by buildNextIsochrone(), checkParamAndUpdate(), dumpIsocToFile(), goal(), routing(), routingLaunch(), simpleGoal(), and storeRoute().
| double Pp::dd |
Definition at line 182 of file r3types.h.
Referenced by buildNextIsochrone(), dumpIsocToFile(), forwardSectorOptimize(), and routing().
| int Pp::father |
Definition at line 174 of file r3types.h.
Referenced by buildNextIsochrone(), checkArrival(), dumpIsocToFile(), goal(), initRouting(), isochronesToStrCatJson(), readParam(), routing(), routingLaunch(), simpleGoal(), and storeRoute().
| int Pp::id |
Definition at line 173 of file r3types.h.
Referenced by buildNextIsochrone(), checkArrival(), dumpIsocToFile(), goal(), initRouting(), isochronesToStrCatJson(), readParam(), replicate(), routing(), routingLaunch(), simpleGoal(), and storeRoute().
| double Pp::lat |
Definition at line 180 of file r3types.h.
Referenced by allCompetitors(), buildNextIsochrone(), checkArrival(), checkParamAndUpdate(), dumpIsocToFile(), exportRouteToGpx(), fClosest(), findFirst(), forwardSectorOptimize(), goal(), goalP(), isochronesToStrCatJson(), logReport(), readParam(), routing(), routingLaunch(), simpleGoal(), simpleGoalP(), statRoute(), storeRoute(), and writeParam().
| double Pp::lon |
Definition at line 181 of file r3types.h.
Referenced by allCompetitors(), buildNextIsochrone(), checkArrival(), checkParamAndUpdate(), dumpIsocToFile(), exportRouteToGpx(), fClosest(), findFirst(), forwardSectorOptimize(), goal(), goalP(), isochronesToStrCatJson(), logReport(), readParam(), routing(), routingLaunch(), simpleGoal(), simpleGoalP(), statRoute(), storeRoute(), and writeParam().
| bool Pp::motor |
Definition at line 177 of file r3types.h.
Referenced by buildNextIsochrone(), dumpIsocToFile(), goal(), routing(), simpleGoal(), and storeRoute().
| double Pp::orthoVmc |
Definition at line 184 of file r3types.h.
Referenced by buildNextIsochrone(), and forwardSectorOptimize().
| int Pp::sail |
Definition at line 176 of file r3types.h.
Referenced by buildNextIsochrone(), dumpIsocToFile(), goal(), routing(), simpleGoal(), and storeRoute().
| int Pp::toIndexWp |
Definition at line 179 of file r3types.h.
Referenced by buildNextIsochrone(), dumpIsocToFile(), routing(), and storeRoute().
| double Pp::vmc |
Definition at line 183 of file r3types.h.
Referenced by buildNextIsochrone(), dumpIsocToFile(), forwardSectorOptimize(), and routing().