C# Class AK.F1.Timing.Messages.Weather.SetAtmosphericPressureMessage

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

Private Properties

Property Type Description

Public Methods

Method Description
Accept ( IMessageVisitor visitor ) : void
SetAtmosphericPressureMessage ( double pressure ) : System

Initialises a new instance of the SetAtmosphericPressureMessage class and specifies the new atmospheric pressure, in millibars.

ToString ( ) : string

Method Details

Accept() public method

public Accept ( IMessageVisitor visitor ) : void
visitor IMessageVisitor
return void

SetAtmosphericPressureMessage() public method

Initialises a new instance of the SetAtmosphericPressureMessage class and specifies the new atmospheric pressure, in millibars.
/// Thrown when is negative. ///
public SetAtmosphericPressureMessage ( double pressure ) : System
pressure double The atmospheric pressure, in millibars.
return System

ToString() public method

public ToString ( ) : string
return string