C# Class BrrrBayBay.PwmGUIControl.RcPwmControl

Inheritance: System.Windows.Forms.UserControl, IPwmGeneratorUserControl
Afficher le fichier Open project: joosthaverkort/PWMLogic

Méthodes publiques

Méthode Description
RcPwmControl ( ) : System
deInitialize ( ) : void
initialize ( LogicPWMConnector connector ) : void
loadSettings ( System pwmSettings ) : void
saveSettings ( ) : XmlElement

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

RcPwmControl_Load ( object sender, EventArgs e ) : void
applyNewSettings ( ) : void
applyTimerCallback ( Object obj ) : void
calculateDutyCycle ( int rcValue, double center, double maxDev ) : double

Calculates the duty cycle using the provided parameters

createFrequencyEditor ( int vPos ) : int
createSettingsObject ( ) : RcSettingsTemplate
ctl_SettingsChanged ( object sender, EventArgs e ) : void
frequencyBox_KeyPress ( object sender, KeyPressEventArgs e ) : void
frequencyBox_LostFocus ( object sender, EventArgs e ) : void
frequencyLabel_DoubleClick ( object sender, EventArgs e ) : void
loadChannelControls ( ) : void
setupGenerator ( ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

RcPwmControl() public méthode

public RcPwmControl ( ) : System
Résultat System

deInitialize() public méthode

public deInitialize ( ) : void
Résultat void

initialize() public méthode

public initialize ( LogicPWMConnector connector ) : void
connector LogicPWMConnector
Résultat void

loadSettings() public méthode

public loadSettings ( System pwmSettings ) : void
pwmSettings System
Résultat void

saveSettings() public méthode

public saveSettings ( ) : XmlElement
Résultat System.Xml.XmlElement