instancevariables
ws : WorkSpace := new WorkSpace()
types
public
Input = seqofnat inv inp == len inp = 9;
public
ThrusterMatrix = seqofseqofbool inv tm == len tm = 4andforall i insetinds tm & len tm(i) = 6
operations
public
SetupTopology: () ==> ()
SetupTopology () ==
ws.SetupTopology();
public
RunControlCycle: Input ==> ThrusterMatrix
RunControlCycle (inp) == let mk_(x,p,y,z,m,ab,ah) = TransformInput (inp) in let ts = ws.ControlCycle (x,p,y,z,m,ab,ah) in return GenerateThrusterMatrix (ts);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.