C# Class BrrrBayBay.PwmGUIControl.RcChannelControl

Inheritance: LogicChannelControl
Show file Open project: joosthaverkort/PWMLogic Class Usage Examples

Public Methods

Method Description
RcChannelControl ( ) : System

Constructor

Private Methods

Method Description
InitializeComponent ( ) : void
RcChannelControl_ChannelNumberChanged ( object sender, EventArgs e ) : void
RcChannelControl_Load ( object sender, EventArgs e ) : void
calBox_KeyPress ( object sender, KeyPressEventArgs e ) : void
calibrationLabel_DoubleClick ( object sender, EventArgs e ) : void
dutyCycleBar_ValueChanged ( object sender, EventArgs e ) : void
enabledBox_CheckedChanged ( object sender, EventArgs e ) : void
updateCalibration ( System.Boolean enableEdit ) : void

Enables calibration value editing

Method Details

RcChannelControl() public method

Constructor
public RcChannelControl ( ) : System
return System