#include <Defines.h>
#include <boost/shared_array.hpp>
Go to the source code of this file.
◆ gZoneMap
Initial value:= {
Zone(
ZONE1, _(
"Zone 1"), _(
"Really slow. You really hold yourself back."), 75, 80),
Zone(
ZONE2, _(
"Zone 2"), _(
"Slow. You hold back a little and do not push yourself."), 81, 89),
Zone(
ZONE3, _(
"Zone 3"), _(
"Medium Hard. You could hold this pace in 20-30 min (less trained) or 50-60 min (well trained)."), 96, 100),
Zone(
ZONE4, _(
"Zone 4"), _(
"Hard. You could hold this pace for 10 min (less trained) or 15 min (well trained)."), 102, 105),
Zone(
ZONE5, _(
"Zone 5"), _(
"Very hard. You can only hold this pace for one or two minutes, maybe less."), 106, 130)
}
Zone 1.
Definition: Defines.h:59
Zone 3.
Definition: Defines.h:61
Zone 5.
Definition: Defines.h:63
Zones.
Definition: Zone.h:12
Zone 2.
Definition: Defines.h:60
Zone 4.
Definition: Defines.h:62
No zone.
Definition: Defines.h:58