File: Program_Type.cs

package info (click to toggle)
quickroute-gps 2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 19,576 kB
  • sloc: cs: 74,488; makefile: 72; sh: 43
file content (10 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
namespace QuickRoute.GPSDeviceReaders.GarminUSBReader
{
  public enum Program_Type
  {
    None = 0,
    Virtual_Partner = 1,    /* Completed with Virtual Partner */
    Workout = 2,            /* Completed as part of a workout */
    Auto_Multisport = 3     /* Completed as part of an auto MultiSport */
  };
}