C# Class AmericasCup.Data.BoatLocation

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

Méthodes publiques

Свойство Type Description
Altitude double
ApparentWindAngle float
ApparentWindSpeed float
BoatId uint
BoatSpeed float
COG float
CurrentDrift float
CurrentSet float
DeviceType DeviceTypeEnum
Heading float
Latitude double
Longitude double
MessageVersionNumber byte
Pitch float
Roll float
RudderAngle float
SOG float
SequenceNumber uint
Time System.DateTime
TrueWindAngle float
TrueWindDirection float
TrueWindSpeed float

Méthodes publiques

Méthode Description
Read ( byte buf ) : BoatLocation
Read ( byte buf, int c, BoatLocation loc ) : int

Method Details

Read() public static méthode

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

Read() public static méthode

public static Read ( byte buf, int c, BoatLocation loc ) : int
buf byte
c int
loc BoatLocation
Résultat int

Property Details

Altitude public_oe property

public double Altitude
Résultat double

ApparentWindAngle public_oe property

public float ApparentWindAngle
Résultat float

ApparentWindSpeed public_oe property

public float ApparentWindSpeed
Résultat float

BoatId public_oe property

public uint BoatId
Résultat uint

BoatSpeed public_oe property

public float BoatSpeed
Résultat float

COG public_oe property

public float COG
Résultat float

CurrentDrift public_oe property

public float CurrentDrift
Résultat float

CurrentSet public_oe property

public float CurrentSet
Résultat float

DeviceType public_oe property

public DeviceTypeEnum DeviceType
Résultat DeviceTypeEnum

Heading public_oe property

public float Heading
Résultat float

Latitude public_oe property

public double Latitude
Résultat double

Longitude public_oe property

public double Longitude
Résultat double

MessageVersionNumber public_oe property

public byte MessageVersionNumber
Résultat byte

Pitch public_oe property

public float Pitch
Résultat float

Roll public_oe property

public float Roll
Résultat float

RudderAngle public_oe property

public float RudderAngle
Résultat float

SOG public_oe property

public float SOG
Résultat float

SequenceNumber public_oe property

public uint SequenceNumber
Résultat uint

Time public_oe property

public DateTime,System Time
Résultat System.DateTime

TrueWindAngle public_oe property

public float TrueWindAngle
Résultat float

TrueWindDirection public_oe property

public float TrueWindDirection
Résultat float

TrueWindSpeed public_oe property

public float TrueWindSpeed
Résultat float