Property | Type | Description | |
---|---|---|---|
Version | String | ||
_timeInterval | System.TimeSpan | ||
audioPlayer | |||
currentGameState | |||
enableDriverNames | System.Boolean | ||
gameDefinition | |||
loadDataFromFile | System.Boolean | ||
previousGameState | |||
readOpponentDeltasForEveryLap | System.Boolean | ||
running | System.Boolean | ||
speechRecogniser | |||
spotterInterval | System.TimeSpan |
Method | Description | |
---|---|---|
CrewChief ( ) : System | ||
Dispose ( ) : void | ||
Run ( String filenameToRun, int interval, System.Boolean dumpToFile ) : System.Boolean | ||
disableDeltasMode ( ) : void | ||
disableKeepQuietMode ( ) : void | ||
disableSpotter ( ) : void | ||
enableDeltasMode ( ) : void | ||
enableKeepQuietMode ( ) : void | ||
enableSpotter ( ) : void | ||
getEvent ( String eventName ) : |
||
setGameDefinition ( |
||
stop ( ) : void | ||
toggleKeepQuietMode ( ) : void | ||
toggleReadOpponentDeltasMode ( ) : void | ||
toggleSpotterMode ( ) : void | ||
youWot ( ) : void |
Method | Description | |
---|---|---|
displayNewSessionInfo ( |
||
spotterWork ( ) : void | ||
startSpotterThread ( ) : void | ||
triggerEvent ( String eventName, |
public Run ( String filenameToRun, int interval, System.Boolean dumpToFile ) : System.Boolean | ||
filenameToRun | String | |
interval | int | |
dumpToFile | System.Boolean | |
return | System.Boolean |
public static getEvent ( String eventName ) : |
||
eventName | String | |
return |
public setGameDefinition ( |
||
gameDefinition | ||
return | void |
public toggleReadOpponentDeltasMode ( ) : void | ||
return | void |
public static TimeSpan,System _timeInterval | ||
return | System.TimeSpan |
public GameStateData,CrewChiefV3.GameState currentGameState | ||
return |
public static Boolean,System enableDriverNames | ||
return | System.Boolean |
public static GameDefinition,CrewChiefV3 gameDefinition | ||
return |
public static Boolean,System loadDataFromFile | ||
return | System.Boolean |
public GameStateData,CrewChiefV3.GameState previousGameState | ||
return |
public static Boolean,System readOpponentDeltasForEveryLap | ||
return | System.Boolean |
public SpeechRecogniser,CrewChiefV3 speechRecogniser | ||
return |