C# Class MissionPlanner.Utilities.ParameterMetaDataParser

ファイルを表示 Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Methods

Method Description
GetParameterInformation ( string urls = null, string file = null ) : void

retrived parameter info from the net

Private Methods

Method Description
GetIndexOfMarkers ( List &indicies, string inspectThis, string delimeter, int prevIdx ) : void

Gets the index of param markers.

ParseGroupInformation ( string fileContents, XmlTextWriter objXmlTextWriter, string parameterLocation ) : void

Parses the group parameter information.

ParseKeyValuePairs ( string fileContents, string nodeKey ) : Dictionary>

Parses the parameter information.

ParseParameterInformation ( string fileContents, XmlTextWriter objXmlTextWriter ) : void

Parses the parameter information.

ParseParameterInformation ( string fileContents, XmlTextWriter objXmlTextWriter, string parameterPrefix, string url = "" ) : void

Parses the parameter information.

ReadDataFromAddress ( string address, int attempt ) : string

Reads the data from address.

Method Details

GetParameterInformation() public static method

retrived parameter info from the net
public static GetParameterInformation ( string urls = null, string file = null ) : void
urls string
file string
return void