C# Class CrewChiefV3.Events.ConditionsMonitor

Inheritance: AbstractEvent
Mostrar archivo Open project: mrbelowski/r3e_crewchief_v3

Public Properties

Property Type Description
ConditionsSampleFrequency System.TimeSpan
folderAirAndTrackTempDecreasing String
folderAirAndTrackTempIncreasing String
folderAirTempDecreasing String
folderAirTempIncreasing String
folderAirTempIs String
folderAirTempIsNow String
folderCelsius String
folderSeeingSomeRain String
folderStoppedRaining String
folderTrackTempDecreasing String
folderTrackTempIncreasing String
folderTrackTempIs String
folderTrackTempIsNow String

Public Methods

Method Description
ConditionsMonitor ( AudioPlayer audioPlayer ) : System
clearState ( ) : void
respond ( string voiceMessage ) : void

Protected Methods

Method Description
triggerInternal ( GameStateData previousGameState, GameStateData currentGameState ) : void

Method Details

ConditionsMonitor() public method

public ConditionsMonitor ( AudioPlayer audioPlayer ) : System
audioPlayer AudioPlayer
return System

clearState() public method

public clearState ( ) : void
return void

respond() public method

public respond ( string voiceMessage ) : void
voiceMessage string
return void

triggerInternal() protected method

protected triggerInternal ( GameStateData previousGameState, GameStateData currentGameState ) : void
previousGameState GameStateData
currentGameState GameStateData
return void

Property Details

ConditionsSampleFrequency public_oe static_oe property

public static TimeSpan,System ConditionsSampleFrequency
return System.TimeSpan

folderAirAndTrackTempDecreasing public_oe static_oe property

public static String folderAirAndTrackTempDecreasing
return String

folderAirAndTrackTempIncreasing public_oe static_oe property

public static String folderAirAndTrackTempIncreasing
return String

folderAirTempDecreasing public_oe static_oe property

public static String folderAirTempDecreasing
return String

folderAirTempIncreasing public_oe static_oe property

public static String folderAirTempIncreasing
return String

folderAirTempIs public_oe static_oe property

public static String folderAirTempIs
return String

folderAirTempIsNow public_oe static_oe property

public static String folderAirTempIsNow
return String

folderCelsius public_oe static_oe property

public static String folderCelsius
return String

folderSeeingSomeRain public_oe static_oe property

public static String folderSeeingSomeRain
return String

folderStoppedRaining public_oe static_oe property

public static String folderStoppedRaining
return String

folderTrackTempDecreasing public_oe static_oe property

public static String folderTrackTempDecreasing
return String

folderTrackTempIncreasing public_oe static_oe property

public static String folderTrackTempIncreasing
return String

folderTrackTempIs public_oe static_oe property

public static String folderTrackTempIs
return String

folderTrackTempIsNow public_oe static_oe property

public static String folderTrackTempIsNow
return String