C# 클래스 AmericasCup.Data.WindRecord

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

공개 프로퍼티들

프로퍼티 타입 설명
BestDownwindAngle float
BestUpwindAngle float
Flags WindRecordFlags
RaceId uint
Time System.DateTime
WindDirection float
WindId byte
WindSpeed float

공개 메소드들

메소드 설명
Read ( byte buf ) : WindRecord
Read ( byte buf, int c, WindRecord w ) : int

메소드 상세

Read() 공개 정적인 메소드

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

Read() 공개 정적인 메소드

public static Read ( byte buf, int c, WindRecord w ) : int
buf byte
c int
w WindRecord
리턴 int

프로퍼티 상세

BestDownwindAngle 공개적으로 프로퍼티

public float BestDownwindAngle
리턴 float

BestUpwindAngle 공개적으로 프로퍼티

public float BestUpwindAngle
리턴 float

Flags 공개적으로 프로퍼티

public WindRecordFlags Flags
리턴 WindRecordFlags

RaceId 공개적으로 프로퍼티

public uint RaceId
리턴 uint

Time 공개적으로 프로퍼티

public DateTime,System Time
리턴 System.DateTime

WindDirection 공개적으로 프로퍼티

public float WindDirection
리턴 float

WindId 공개적으로 프로퍼티

public byte WindId
리턴 byte

WindSpeed 공개적으로 프로퍼티

public float WindSpeed
리턴 float