Method | Description | |
---|---|---|
Abort ( ) : void | ||
CommandCanceled ( FlightComputer computer ) : void |
This method will be triggerd after deleting a command from the list.
|
|
CommandEnqueued ( FlightComputer computer ) : void |
This method will be triggerd right after the command was enqueued to the flight computer list.
|
|
Execute ( FlightComputer f, FlightCtrlState fcs ) : bool | ||
Off ( ) : |
||
Pop ( FlightComputer f ) : bool | ||
WithDeltaV ( float throttle, double delta ) : |
||
WithDuration ( float throttle, double duration ) : |
||
getMaxBurnTime ( FlightComputer f ) : double |
Returns the total time for this burn in seconds
|
Method | Description | |
---|---|---|
burnLength ( ) : string |
public CommandCanceled ( FlightComputer computer ) : void | ||
computer | FlightComputer | Current flight computer |
return | void |
public CommandEnqueued ( FlightComputer computer ) : void | ||
computer | FlightComputer | Current flightcomputer |
return | void |
public Execute ( FlightComputer f, FlightCtrlState fcs ) : bool | ||
f | FlightComputer | |
fcs | FlightCtrlState | |
return | bool |
public static WithDeltaV ( float throttle, double delta ) : |
||
throttle | float | |
delta | double | |
return |
public static WithDuration ( float throttle, double duration ) : |
||
throttle | float | |
duration | double | |
return |
public getMaxBurnTime ( FlightComputer f ) : double | ||
f | FlightComputer | Flightcomputer for the current vessel |
return | double |