C# Class MissionPlanner.Utilities.TerrainFollow

Afficher le fichier Open project: ArduPilot/MissionPlanner Class Usage Examples

Méthodes publiques

Méthode Description
TerrainFollow ( MAVLinkInterface inInterface ) : log4net
checkTerrain ( double lat, double lon ) : void

Private Methods

Méthode Description
QueueSendGrid ( object nothing ) : void
ReceviedPacket ( MAVLink rawpacket ) : bool
SendGrid ( double lat, double lon, ushort grid_spacing, byte bit ) : void

Method Details

TerrainFollow() public méthode

public TerrainFollow ( MAVLinkInterface inInterface ) : log4net
inInterface MAVLinkInterface
Résultat log4net

checkTerrain() public méthode

public checkTerrain ( double lat, double lon ) : void
lat double
lon double
Résultat void