C# Class MissionPlanner.Controls.PreFlight.CheckListItem

显示文件 Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Properties

Property Type Description
Child CheckListItem

Private Properties

Property Type Description
CheckValue bool
HandleParam double

Public Methods

Method Description
DisplayText ( ) : string

Returns the formated string to pass to the speech engine

GetOptions ( ) : List

Return the list of options that are avaliable

SetField ( string name ) : void
checkCond ( CheckListItem item ) : bool

Private Methods

Method Description
CheckValue ( ) : bool

return true on match, and uses repeat time to prevent spamming

HandleParam ( ) : double

Method Details

DisplayText() public method

Returns the formated string to pass to the speech engine
public DisplayText ( ) : string
return string

GetOptions() public method

Return the list of options that are avaliable
public GetOptions ( ) : List
return List

SetField() public method

public SetField ( string name ) : void
name string
return void

checkCond() public method

public checkCond ( CheckListItem item ) : bool
item CheckListItem
return bool

Property Details

Child public_oe property

public CheckListItem,MissionPlanner.Controls.PreFlight Child
return CheckListItem