\( \def\bold#1{\bf #1} \newcommand{\d}{\mathrm{d}} \)
container struct for ClimbAnalyse More...
#include <DataTyps.h>
Public Attributes | |
climbstate | state |
current state at ClimbAnalyse | |
short | branches |
count of branching chilf climbs | |
KOO * | home |
cross, climb refers to | |
trackpointlist * | t |
track profil so far, to trace back | |
trackpointlist * | tst |
start point in track profil | |
trackpointlist * | tend |
climb * | next |
climb * | prev |
climb * | cst |
start point as climb struct | |
climb * | root |
root of the whole climb tree | |
Neighbour * | via |
last used link | |
float | P |
float | Pmax |
float | Prec |
float | d |
float | hend |
float | hstart |
float | hmdown |
float | hmup |
container struct for ClimbAnalyse
Definition at line 380 of file DataTyps.h.
float climb::d |
climb properties
Definition at line 389 of file DataTyps.h.
float climb::hend |
climb properties
Definition at line 389 of file DataTyps.h.
float climb::hmdown |
climb properties
Definition at line 389 of file DataTyps.h.
float climb::hmup |
climb properties
Definition at line 389 of file DataTyps.h.
float climb::hstart |
climb properties
Definition at line 389 of file DataTyps.h.
float climb::P |
climb properties
Definition at line 389 of file DataTyps.h.
float climb::Pmax |
climb properties
Definition at line 389 of file DataTyps.h.
float climb::Prec |
climb properties
Definition at line 389 of file DataTyps.h.
trackpointlist* climb::tend |
end point in track profil
Definition at line 386 of file DataTyps.h.