C# Class MissionPlanner.Utilities.adsb

Exibir arquivo Open project: ArduPilot/MissionPlanner

Public Properties

Property Type Description
server string
serverport int

Public Methods

Method Description
ConvertHexStringToByteArray ( string hexString ) : byte[]
ReadMessage ( byte data ) : Plane

Beast Binary data Format

ReadMessage ( string avrline ) : Plane

AVR ASCii Format Input

ReadMessage ( Stream st1 ) : void
Stop ( ) : void
adsb ( ) : System

Private Methods

Method Description
ReadLine ( Stream st1 ) : string
TryConnect ( ) : void

Method Details

ConvertHexStringToByteArray() public static method

public static ConvertHexStringToByteArray ( string hexString ) : byte[]
hexString string
return byte[]

ReadMessage() public static method

Beast Binary data Format
public static ReadMessage ( byte data ) : Plane
data byte
return Plane

ReadMessage() public static method

AVR ASCii Format Input
public static ReadMessage ( string avrline ) : Plane
avrline string
return Plane

ReadMessage() public static method

public static ReadMessage ( Stream st1 ) : void
st1 Stream
return void

Stop() public static method

public static Stop ( ) : void
return void

adsb() public method

public adsb ( ) : System
return System

Property Details

server public_oe static_oe property

public static string server
return string

serverport public_oe static_oe property

public static int serverport
return int