C# Class AmericasCup.Data.WindRecord

Afficher le fichier Open project: CircuitPeople/Americas-Cup-Data-Lib Class Usage Examples

Méthodes publiques

Свойство Type Description
BestDownwindAngle float
BestUpwindAngle float
Flags WindRecordFlags
RaceId uint
Time System.DateTime
WindDirection float
WindId byte
WindSpeed float

Méthodes publiques

Méthode Description
Read ( byte buf ) : WindRecord
Read ( byte buf, int c, WindRecord w ) : int

Method Details

Read() public static méthode

public static Read ( byte buf ) : WindRecord
buf byte
Résultat WindRecord

Read() public static méthode

public static Read ( byte buf, int c, WindRecord w ) : int
buf byte
c int
w WindRecord
Résultat int

Property Details

BestDownwindAngle public_oe property

public float BestDownwindAngle
Résultat float

BestUpwindAngle public_oe property

public float BestUpwindAngle
Résultat float

Flags public_oe property

public WindRecordFlags Flags
Résultat WindRecordFlags

RaceId public_oe property

public uint RaceId
Résultat uint

Time public_oe property

public DateTime,System Time
Résultat System.DateTime

WindDirection public_oe property

public float WindDirection
Résultat float

WindId public_oe property

public byte WindId
Résultat byte

WindSpeed public_oe property

public float WindSpeed
Résultat float