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

Data Fields | |
| char | polarFileName [MAX_SIZE_FILE_NAME] |
| long | dataDate |
| long | dataTime |
| int | nIsoc |
| double | isocTimeStep |
| int | n |
| double | calculationTime |
| double | lastStepDuration |
| double | lastStepWpDuration [MAX_N_WAY_POINT] |
| int | nWayPoints |
| double | duration |
| double | totDist |
| double | motorDist |
| double | tribordDist |
| double | babordDist |
| int | ret |
| bool | destinationReached |
| double | avrTws |
| double | avrGust |
| double | avrWave |
| double | avrSog |
| double | maxTws |
| double | maxGust |
| double | maxWave |
| int | competitorIndex |
| int | nSailChange |
| int | nAmureChange |
| char | lastPointInfo [MAX_SIZE_INFO] |
| SailPoint * | t |
| double SailRoute::avrGust |
Definition at line 298 of file r3types.h.
Referenced by statRoute().
| double SailRoute::avrSog |
Definition at line 300 of file r3types.h.
Referenced by statRoute().
| double SailRoute::avrTws |
Definition at line 297 of file r3types.h.
Referenced by routeToStr(), and statRoute().
| double SailRoute::avrWave |
Definition at line 299 of file r3types.h.
Referenced by statRoute().
| double SailRoute::babordDist |
Definition at line 294 of file r3types.h.
Referenced by routeToJson(), and statRoute().
| double SailRoute::calculationTime |
Definition at line 286 of file r3types.h.
Referenced by routeToJson(), and routingLaunch().
| int SailRoute::competitorIndex |
Definition at line 304 of file r3types.h.
Referenced by routeToJson(), routeToStr(), and routingLaunch().
| long SailRoute::dataDate |
Definition at line 281 of file r3types.h.
Referenced by exportRouteToGpx(), routeToStr(), and statRoute().
| long SailRoute::dataTime |
Definition at line 282 of file r3types.h.
Referenced by exportRouteToGpx(), routeToStr(), and statRoute().
| bool SailRoute::destinationReached |
Definition at line 296 of file r3types.h.
Referenced by checkArrival(), initContext(), initRouting(), logReport(), routeToJson(), routingLaunch(), and statRoute().
| double SailRoute::duration |
Definition at line 290 of file r3types.h.
Referenced by allCompetitors(), bestTimeDeparture(), logReport(), routeToJson(), routeToStr(), and statRoute().
| double SailRoute::isocTimeStep |
Definition at line 284 of file r3types.h.
Referenced by routeToJson(), routeToStr(), and statRoute().
| char SailRoute::lastPointInfo[MAX_SIZE_INFO] |
Definition at line 307 of file r3types.h.
Referenced by checkArrival(), and routeToJson().
| double SailRoute::lastStepDuration |
Definition at line 287 of file r3types.h.
Referenced by calcDuration(), routeToJson(), routingLaunch(), and statRoute().
| double SailRoute::lastStepWpDuration[MAX_N_WAY_POINT] |
Definition at line 288 of file r3types.h.
Referenced by calcDuration(), routeToJson(), routingLaunch(), and statRoute().
| double SailRoute::maxGust |
Definition at line 302 of file r3types.h.
Referenced by statRoute().
| double SailRoute::maxTws |
Definition at line 301 of file r3types.h.
Referenced by routeToStr(), and statRoute().
| double SailRoute::maxWave |
Definition at line 303 of file r3types.h.
Referenced by statRoute().
| double SailRoute::motorDist |
Definition at line 292 of file r3types.h.
Referenced by routeToJson(), routeToStr(), and statRoute().
| int SailRoute::n |
Definition at line 285 of file r3types.h.
Referenced by calcDuration(), checkRoute(), exportRouteToGpx(), initContext(), launchAction(), routeToJson(), routeToStr(), statRoute(), and storeRoute().
| int SailRoute::nAmureChange |
Definition at line 306 of file r3types.h.
Referenced by routeToJson(), routeToStr(), and statRoute().
| int SailRoute::nIsoc |
Definition at line 283 of file r3types.h.
Referenced by checkArrival(), saveRoute(), and storeRoute().
| int SailRoute::nSailChange |
Definition at line 305 of file r3types.h.
Referenced by routeToJson(), routeToStr(), and statRoute().
| int SailRoute::nWayPoints |
Definition at line 289 of file r3types.h.
Referenced by calcDuration(), routeToJson(), routingLaunch(), statRoute(), and storeRoute().
| char SailRoute::polarFileName[MAX_SIZE_FILE_NAME] |
Definition at line 280 of file r3types.h.
Referenced by routeToJson(), routeToStr(), and statRoute().
| int SailRoute::ret |
Definition at line 295 of file r3types.h.
Referenced by allCompetitors(), bestTimeDeparture(), initRouting(), launchAction(), routeToJson(), routing(), and routingLaunch().
| SailPoint* SailRoute::t |
Definition at line 308 of file r3types.h.
Referenced by checkRoute(), exportRouteToGpx(), logReport(), main(), routeToJson(), routeToStr(), routing(), saveRoute(), statRoute(), and storeRoute().
| double SailRoute::totDist |
Definition at line 291 of file r3types.h.
Referenced by routeToJson(), routeToStr(), and statRoute().
| double SailRoute::tribordDist |
Definition at line 293 of file r3types.h.
Referenced by routeToJson(), and statRoute().