C# Class AmericasCup.Data.BoatLocation

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

public double Altitude
return double

ApparentWindAngle public property

public float ApparentWindAngle
return float

ApparentWindSpeed public property

public float ApparentWindSpeed
return float

BoatId public property

public uint BoatId
return uint

BoatSpeed public property

public float BoatSpeed
return float

COG public property

public float COG
return float

CurrentDrift public property

public float CurrentDrift
return float

CurrentSet public property

public float CurrentSet
return float

DeviceType public property

public DeviceTypeEnum DeviceType
return DeviceTypeEnum

Heading public property

public float Heading
return float

Latitude public property

public double Latitude
return double

Longitude public property

public double Longitude
return double

MessageVersionNumber public property

public byte MessageVersionNumber
return byte

Pitch public property

public float Pitch
return float

Roll public property

public float Roll
return float

RudderAngle public property

public float RudderAngle
return float

SOG public property

public float SOG
return float

SequenceNumber public property

public uint SequenceNumber
return uint

Time public property

public DateTime,System Time
return System.DateTime

TrueWindAngle public property

public float TrueWindAngle
return float

TrueWindDirection public property

public float TrueWindDirection
return float

TrueWindSpeed public property

public float TrueWindSpeed
return float