C# 클래스 AmericasCup.Data.BoatLocation

파일 보기 프로젝트 열기: CircuitPeople/Americas-Cup-Data-Lib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Read ( byte buf ) : BoatLocation
Read ( byte buf, int c, BoatLocation loc ) : int

메소드 상세

Read() 공개 정적인 메소드

public static Read ( byte buf ) : BoatLocation
buf byte
리턴 BoatLocation

Read() 공개 정적인 메소드

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

프로퍼티 상세

Altitude 공개적으로 프로퍼티

public double Altitude
리턴 double

ApparentWindAngle 공개적으로 프로퍼티

public float ApparentWindAngle
리턴 float

ApparentWindSpeed 공개적으로 프로퍼티

public float ApparentWindSpeed
리턴 float

BoatId 공개적으로 프로퍼티

public uint BoatId
리턴 uint

BoatSpeed 공개적으로 프로퍼티

public float BoatSpeed
리턴 float

COG 공개적으로 프로퍼티

public float COG
리턴 float

CurrentDrift 공개적으로 프로퍼티

public float CurrentDrift
리턴 float

CurrentSet 공개적으로 프로퍼티

public float CurrentSet
리턴 float

DeviceType 공개적으로 프로퍼티

public DeviceTypeEnum DeviceType
리턴 DeviceTypeEnum

Heading 공개적으로 프로퍼티

public float Heading
리턴 float

Latitude 공개적으로 프로퍼티

public double Latitude
리턴 double

Longitude 공개적으로 프로퍼티

public double Longitude
리턴 double

MessageVersionNumber 공개적으로 프로퍼티

public byte MessageVersionNumber
리턴 byte

Pitch 공개적으로 프로퍼티

public float Pitch
리턴 float

Roll 공개적으로 프로퍼티

public float Roll
리턴 float

RudderAngle 공개적으로 프로퍼티

public float RudderAngle
리턴 float

SOG 공개적으로 프로퍼티

public float SOG
리턴 float

SequenceNumber 공개적으로 프로퍼티

public uint SequenceNumber
리턴 uint

Time 공개적으로 프로퍼티

public DateTime,System Time
리턴 System.DateTime

TrueWindAngle 공개적으로 프로퍼티

public float TrueWindAngle
리턴 float

TrueWindDirection 공개적으로 프로퍼티

public float TrueWindDirection
리턴 float

TrueWindSpeed 공개적으로 프로퍼티

public float TrueWindSpeed
리턴 float