C# Class AmericasCup.Data.WindRecord

Show file 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 property

public float BestDownwindAngle
return float

BestUpwindAngle public property

public float BestUpwindAngle
return float

Flags public property

public WindRecordFlags Flags
return WindRecordFlags

RaceId public property

public uint RaceId
return uint

Time public property

public DateTime,System Time
return System.DateTime

WindDirection public property

public float WindDirection
return float

WindId public property

public byte WindId
return byte

WindSpeed public property

public float WindSpeed
return float