Property | Type | Description | |
---|---|---|---|
fall | double | ||
hasFall | bool | ||
jumpPhase | jumpPhases | ||
tc | double | ||
tv | double | ||
weight | double |
Method | Description | |
---|---|---|
JumpExecute ( ) : System | ||
JumpExecute ( int personID, string personName, int sessionID, string type, double fall, double weight, Chronopic, cp, Gtk event_execute_label_message, Gtk app, int pDN, bool volumeOn, double progressbarLimit, ExecutingGraphData, egd, string description ) : System | ||
Manage ( ) : void | ||
ManageFall ( ) : void | ||
SimulateInitValues ( Random randSent ) : void |
Method | Description | |
---|---|---|
shouldFinishByTime ( ) : bool | ||
updateTimeProgressBar ( ) : void | ||
waitEvent ( ) : void | ||
write ( ) : void |
Method | Description | |
---|---|---|
callAgainManageFall ( object o, EventArgs args ) : void |
public JumpExecute ( int personID, string personName, int sessionID, string type, double fall, double weight, Chronopic, cp, Gtk event_execute_label_message, Gtk app, int pDN, bool volumeOn, double progressbarLimit, ExecutingGraphData, egd, string description ) : System | ||
personID | int | |
personName | string | |
sessionID | int | |
type | string | |
fall | double | |
weight | double | |
cp | Chronopic, | |
event_execute_label_message | Gtk | |
app | Gtk | |
pDN | int | |
volumeOn | bool | |
progressbarLimit | double | |
egd | ExecutingGraphData, | |
description | string | |
return | System |
public SimulateInitValues ( Random randSent ) : void | ||
randSent | Random | |
return | void |