C# Класс BrrrBayBay.PwmGUIControl.RcPwmControl

Наследование: System.Windows.Forms.UserControl, IPwmGeneratorUserControl
Показать файл Открыть проект

Открытые методы

Метод Описание
RcPwmControl ( ) : System
deInitialize ( ) : void
initialize ( LogicPWMConnector connector ) : void
loadSettings ( System pwmSettings ) : void
saveSettings ( ) : XmlElement

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

RcPwmControl() публичный Метод

public RcPwmControl ( ) : System
Результат System

deInitialize() публичный Метод

public deInitialize ( ) : void
Результат void

initialize() публичный Метод

public initialize ( LogicPWMConnector connector ) : void
connector LogicPWMConnector
Результат void

loadSettings() публичный Метод

public loadSettings ( System pwmSettings ) : void
pwmSettings System
Результат void

saveSettings() публичный Метод

public saveSettings ( ) : XmlElement
Результат System.Xml.XmlElement