C# Class MissionPlanner.Utilities.ParameterMetaDataRepository

Mostrar archivo Open project: Event38/MissionPlanner

Public Methods

Method Description
CheckLoad ( ) : void

Initializes a new instance of the ParameterMetaDataRepository class.

GetParameterMetaData ( string nodeKey, string metaKey, string vechileType ) : string

Gets the parameter meta data.

GetParameterOptionsInt ( string nodeKey, string vechileType ) : string>>.List

Return a key, value list off all options selectable

GetParameterRange ( string nodeKey, double &min, double &max, string vechileType ) : bool
Reload ( ) : void

Method Details

CheckLoad() public static method

Initializes a new instance of the ParameterMetaDataRepository class.
public static CheckLoad ( ) : void
return void

GetParameterMetaData() public static method

Gets the parameter meta data.
public static GetParameterMetaData ( string nodeKey, string metaKey, string vechileType ) : string
nodeKey string The node key.
metaKey string The meta key.
vechileType string
return string

GetParameterOptionsInt() public static method

Return a key, value list off all options selectable
public static GetParameterOptionsInt ( string nodeKey, string vechileType ) : string>>.List
nodeKey string
vechileType string
return string>>.List

GetParameterRange() public static method

public static GetParameterRange ( string nodeKey, double &min, double &max, string vechileType ) : bool
nodeKey string
min double
max double
vechileType string
return bool

Reload() public static method

public static Reload ( ) : void
return void