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

Inheritance: ModelBase, IMessageProcessor
Show file Open project: simoneb/ak-f1-timing Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
FeedModel ( ) : System

Initialises a new instance of the FeedModel class.

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

Resets this feed model.

Method Details

FeedModel() public method

Initialises a new instance of the FeedModel class.
public FeedModel ( ) : System
return System

Process() public method

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

Reset() public method

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