C# 클래스 MissionPlanner.Utilities.AP_GPS_GSOF

파일 보기 프로젝트 열기: ArduPilot/MissionPlanner

공개 메소드들

메소드 설명
AP_GPS_GSOF ( string portname ) : System
read ( ) : bool
requestBaud ( ) : void
requestGSOF ( ) : void
requestPostion ( ) : void

비공개 메소드들

메소드 설명
SwapDouble ( byte src, UInt32 pos ) : double
SwapFloat ( byte src, UInt32 pos ) : float
SwapUint16 ( byte src, UInt32 pos ) : UInt16
SwapUint32 ( byte src, UInt32 pos ) : UInt32
byte2long ( byte data ) : long
parse ( Byte temp ) : bool
process_message ( ) : bool

메소드 상세

AP_GPS_GSOF() 공개 메소드

public AP_GPS_GSOF ( string portname ) : System
portname string
리턴 System

read() 공개 메소드

public read ( ) : bool
리턴 bool

requestBaud() 공개 메소드

public requestBaud ( ) : void
리턴 void

requestGSOF() 공개 메소드

public requestGSOF ( ) : void
리턴 void

requestPostion() 공개 메소드

public requestPostion ( ) : void
리턴 void