Enum LoopType
Defines the types of timing loops used in race timing systems.
Namespace: RedMist.TimingCommon.Models.Configuration
Assembly: RedMist.TimingCommon.dll
Syntax
public enum LoopType
Fields
| Name | Description |
|---|---|
| StartFinish | Start/Finish line timing loop. Value: 0 |
| PitIn | Pit lane entry timing loop. Value: 1 |
| PitExit | Pit lane exit timing loop. Value: 2 |
| PitStartFinish | Pit lane start/finish timing loop. Value: 3 |
| PitOther | Other pit related timing loop. Value: 4 |
| Other | Other type of timing loop not otherwise categorized. Value: 5 |