C# Class AK.F1.Timing.Model.Session.WeatherModel

Contains all information relating to the current weather condition.
Inheritance: ModelBase, IMessageProcessor
Show file Open project: simoneb/ak-f1-timing Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Process ( Message message ) : void
Reset ( ) : void

Resets this weather model.

WeatherModel ( ) : AK.F1.Timing.Model.Collections

Initialises a new instance of the WeatherModel class.

Method Details

Process() public method

public Process ( Message message ) : void
message Message
return void

Reset() public method

Resets this weather model.
public Reset ( ) : void
return void

WeatherModel() public method

Initialises a new instance of the WeatherModel class.
public WeatherModel ( ) : AK.F1.Timing.Model.Collections
return AK.F1.Timing.Model.Collections