C# Class AK.F1.Timing.Playback.RecordedMessageDelayEngine

Inheritance: MessageVisitorBase
Show file Open project: simoneb/ak-f1-timing Class Usage Examples

Private Properties

Property Type Description
ScaleDelay System.TimeSpan

Public Methods

Method Description
Process ( Message message ) : bool

Processes the specified message.

RecordedMessageDelayEngine ( IRecordedMessageReader reader ) : System

Initialises a new instance of the RecordedMessageDelayEngine class.

Visit ( SetNextMessageDelayMessage message ) : void

Private Methods

Method Description
ScaleDelay ( System.TimeSpan delay ) : System.TimeSpan

Method Details

Process() public method

Processes the specified message.
/// Thrown when is . ///
public Process ( Message message ) : bool
message Message The message to process.
return bool

RecordedMessageDelayEngine() public method

Initialises a new instance of the RecordedMessageDelayEngine class.
/// Thrown when is . ///
public RecordedMessageDelayEngine ( IRecordedMessageReader reader ) : System
reader IRecordedMessageReader The owning reader.
return System

Visit() public method

public Visit ( SetNextMessageDelayMessage message ) : void
message AK.F1.Timing.Messages.Feed.SetNextMessageDelayMessage
return void