|
RCube
Rcube Rest Server calculates sail routes based on Grib files and sailing boat polar files
|
#include <r3types.h>
Data Fields | |
| double | stamina |
| double | lat |
| double | lon |
| int | id |
| int | father |
| int | amure |
| int | toIndexWp |
| int | sail |
| bool | motor |
| double | time |
| double | oCap |
| double | od |
| double | lCap |
| double | ld |
| double | sog |
| double | u |
| double | v |
| double | w |
| double | g |
| double | twd |
| double | tws |
| int SailPoint::amure |
Definition at line 233 of file r3types.h.
Referenced by routeToStr(), statRoute(), and storeRoute().
| int SailPoint::father |
Definition at line 232 of file r3types.h.
Referenced by routeToJson(), and storeRoute().
| double SailPoint::g |
Definition at line 246 of file r3types.h.
Referenced by routeToJson(), routeToStr(), and statRoute().
| int SailPoint::id |
Definition at line 231 of file r3types.h.
Referenced by routeToJson(), and storeRoute().
| double SailPoint::lat |
Definition at line 229 of file r3types.h.
Referenced by checkRoute(), exportRouteToGpx(), routeToJson(), routeToStr(), statRoute(), and storeRoute().
| double SailPoint::lCap |
Definition at line 240 of file r3types.h.
Referenced by routeToJson(), routeToStr(), and statRoute().
| double SailPoint::ld |
Definition at line 241 of file r3types.h.
Referenced by routeToJson(), and statRoute().
| double SailPoint::lon |
Definition at line 230 of file r3types.h.
Referenced by checkRoute(), exportRouteToGpx(), routeToJson(), routeToStr(), statRoute(), and storeRoute().
| bool SailPoint::motor |
Definition at line 236 of file r3types.h.
Referenced by routeToJson(), routeToStr(), statRoute(), and storeRoute().
| double SailPoint::oCap |
Definition at line 238 of file r3types.h.
Referenced by exportRouteToGpx(), logReport(), routeToJson(), routeToStr(), and statRoute().
| double SailPoint::od |
Definition at line 239 of file r3types.h.
Referenced by routeToJson(), routeToStr(), and statRoute().
| int SailPoint::sail |
Definition at line 235 of file r3types.h.
Referenced by routeToJson(), routeToStr(), statRoute(), and storeRoute().
| double SailPoint::sog |
Definition at line 242 of file r3types.h.
Referenced by exportRouteToGpx(), routeToJson(), routeToStr(), and statRoute().
| double SailPoint::stamina |
Definition at line 228 of file r3types.h.
Referenced by routeToJson(), routeToStr(), and statRoute().
| double SailPoint::time |
Definition at line 237 of file r3types.h.
Referenced by exportRouteToGpx(), routeToJson(), routeToStr(), and statRoute().
| int SailPoint::toIndexWp |
Definition at line 234 of file r3types.h.
Referenced by routeToJson(), routeToStr(), statRoute(), and storeRoute().
| double SailPoint::twd |
Definition at line 247 of file r3types.h.
Referenced by routeToJson(), routeToStr(), and statRoute().
| double SailPoint::tws |
Definition at line 248 of file r3types.h.
Referenced by routeToJson(), routeToStr(), and statRoute().
| double SailPoint::u |
Definition at line 243 of file r3types.h.
Referenced by statRoute().
| double SailPoint::v |
Definition at line 244 of file r3types.h.
Referenced by statRoute().
| double SailPoint::w |
Definition at line 245 of file r3types.h.
Referenced by routeToJson(), routeToStr(), and statRoute().