C# Class AmericasCup.Data.WindRecord

Exibir arquivo Open project: CircuitPeople/Americas-Cup-Data-Lib Class Usage Examples

Public Properties

Property Type Description
BestDownwindAngle float
BestUpwindAngle float
Flags WindRecordFlags
RaceId uint
Time System.DateTime
WindDirection float
WindId byte
WindSpeed float

Public Methods

Method Description
Read ( byte buf ) : WindRecord
Read ( byte buf, int c, WindRecord w ) : int

Method Details

Read() public static method

public static Read ( byte buf ) : WindRecord
buf byte
return WindRecord

Read() public static method

public static Read ( byte buf, int c, WindRecord w ) : int
buf byte
c int
w WindRecord
return int

Property Details

BestDownwindAngle public_oe property

public float BestDownwindAngle
return float

BestUpwindAngle public_oe property

public float BestUpwindAngle
return float

Flags public_oe property

public WindRecordFlags Flags
return WindRecordFlags

RaceId public_oe property

public uint RaceId
return uint

Time public_oe property

public DateTime,System Time
return System.DateTime

WindDirection public_oe property

public float WindDirection
return float

WindId public_oe property

public byte WindId
return byte

WindSpeed public_oe property

public float WindSpeed
return float