C# Class AmericasCup.Data.BoatLocation

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

Public Properties

Property 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

Public Methods

Method Description
Read ( byte buf ) : BoatLocation
Read ( byte buf, int c, BoatLocation loc ) : int

Method Details

Read() public static method

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

Read() public static method

public static Read ( byte buf, int c, BoatLocation loc ) : int
buf byte
c int
loc BoatLocation
return int

Property Details

Altitude public_oe property

public double Altitude
return double

ApparentWindAngle public_oe property

public float ApparentWindAngle
return float

ApparentWindSpeed public_oe property

public float ApparentWindSpeed
return float

BoatId public_oe property

public uint BoatId
return uint

BoatSpeed public_oe property

public float BoatSpeed
return float

COG public_oe property

public float COG
return float

CurrentDrift public_oe property

public float CurrentDrift
return float

CurrentSet public_oe property

public float CurrentSet
return float

DeviceType public_oe property

public DeviceTypeEnum DeviceType
return DeviceTypeEnum

Heading public_oe property

public float Heading
return float

Latitude public_oe property

public double Latitude
return double

Longitude public_oe property

public double Longitude
return double

MessageVersionNumber public_oe property

public byte MessageVersionNumber
return byte

Pitch public_oe property

public float Pitch
return float

Roll public_oe property

public float Roll
return float

RudderAngle public_oe property

public float RudderAngle
return float

SOG public_oe property

public float SOG
return float

SequenceNumber public_oe property

public uint SequenceNumber
return uint

Time public_oe property

public DateTime,System Time
return System.DateTime

TrueWindAngle public_oe property

public float TrueWindAngle
return float

TrueWindDirection public_oe property

public float TrueWindDirection
return float

TrueWindSpeed public_oe property

public float TrueWindSpeed
return float