Added referee display.

This commit is contained in:
Patrick Fairbank
2014-07-31 19:43:02 -07:00
parent ecd78a3c8b
commit 86ac6df4ec
8 changed files with 366 additions and 2 deletions

View File

@@ -46,8 +46,10 @@ type RealtimeScore struct {
CurrentScore Score
CurrentCycle Cycle
AutoPreloadedBalls int
Fouls []Foul
AutoCommitted bool
TeleopCommitted bool
FoulsCommitted bool
undoAutoScores []Score
undoCycles []Cycle
}