Method | Description | |
---|---|---|
Abort ( ) : void | ||
AbstractCommand ( ) : System |
Creates a new Guid for the current command
|
|
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.
|
|
CompareTo ( ICommand dc ) : int | ||
Execute ( FlightComputer f, FlightCtrlState fcs ) : bool | ||
Load ( |
Load the basic informations for every command.
|
|
LoadCommand ( |
Load and creates a command after saving a command. Returns null if no object has been loaded.
|
|
Pop ( FlightComputer f ) : bool | ||
Save ( |
Save the basic informations for every command.
|
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 Load ( |
||
n | Node with the command infos | |
fc | FlightComputer | Current flightcomputer |
return | bool |
public static LoadCommand ( |
||
n | Node with the command infos | |
fc | FlightComputer | Current flightcomputer |
return | ICommand |
public Save ( |
||
node | Node to save in | |
computer | FlightComputer | Current flightcomputer |
return | void |