Method | Description | |
---|---|---|
RcPwmControl ( ) : System | ||
deInitialize ( ) : void | ||
initialize ( LogicPWMConnector connector ) : void | ||
loadSettings ( System pwmSettings ) : void | ||
saveSettings ( ) : |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
RcPwmControl_Load ( object sender, |
||
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 ( ) : |
||
ctl_SettingsChanged ( object sender, |
||
frequencyBox_KeyPress ( object sender, |
||
frequencyBox_LostFocus ( object sender, |
||
frequencyLabel_DoubleClick ( object sender, |
||
loadChannelControls ( ) : void | ||
setupGenerator ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public initialize ( LogicPWMConnector connector ) : void | ||
connector | LogicPWMConnector | |
return | void |
public loadSettings ( System pwmSettings ) : void | ||
pwmSettings | System | |
return | void |