Running Manager  1.7
API for Running Manager (https://github.com/HWiman-ICONIC/running-manager)
Classes | Variables
D:/dev/running-manager/Zone.h File Reference
#include <Defines.h>
#include <boost/shared_array.hpp>

Go to the source code of this file.

Classes

struct  Zone
 Zones. More...
 

Variables

static Zone gZoneMap []
 

Variable Documentation

◆ gZoneMap

Zone gZoneMap[]
static
Initial value:
= {
Zone(ZONE0, _("Zone 0"), _("Rest"), 0, 75),
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