C# Class APA_DebugAssistant.MonitorForm

Mostra file Open project: zgh551/APA_DebugAssistant

Public Methods

Method Description
MonitorForm ( ) : System
SteeringAnglePointAdd ( double targetA, double actualA ) : void

Private Methods

Method Description
button1_Click ( object sender, EventArgs e ) : void

Method Details

MonitorForm() public method

public MonitorForm ( ) : System
return System

SteeringAnglePointAdd() public method

public SteeringAnglePointAdd ( double targetA, double actualA ) : void
targetA double
actualA double
return void