Method | Description | |
---|---|---|
DeleteSignalCurveWithCurveID ( bool dbconOpened, int curveID ) : void | ||
FindCurveInSignal ( string signalFile, string curveFile ) : int | ||
Insert ( bool dbconOpened, EncoderSQL, es ) : int | ||
Insert1RM ( bool dbconOpened, int personID, int sessionID, int exerciseID, double load1RM ) : int | ||
InsertExercise ( bool dbconOpened, string name, int percentBodyWeight, string ressistance, string description, string speed1RM ) : void | ||
LoadEncoderConfiguration ( ) : EncoderConfiguration | ||
Select ( bool dbconOpened, int uniqueID, int personID, int sessionID, Constants, encoderGI, int exerciseID, string signalOrCurve, EncoderSQL, ecconSelect, bool onlyActive, bool orderIDascendent ) : ArrayList | ||
Select1RM ( bool dbconOpened, int personID, int sessionID, int exerciseID, bool returnPersonNameAndExerciseName ) : ArrayList | ||
SelectCompareIntersession ( bool dbconOpened, Constants, encoderGI, int exerciseID, int personID ) : ArrayList | ||
SelectEncoderExercises ( bool dbconOpened, int uniqueID, bool onlyNames ) : ArrayList | ||
SelectEncoderRowsOfAnExercise ( bool dbconOpened, int exerciseID ) : ArrayList | ||
SelectSessionOverviewReps ( bool dbconOpened, Constants, encoderGI, int sessionID ) : ArrayList | ||
SelectSessionOverviewSets ( bool dbconOpened, Constants, encoderGI, int sessionID ) : ArrayList | ||
SelectSignalCurve ( bool dbconOpened, int signalID, int curveID, double msStart, double msEnd ) : ArrayList | ||
SignalCurveInsert ( bool dbconOpened, int signalID, int curveID, int msCentral ) : void | ||
SqliteEncoder ( ) : System | ||
Update ( bool dbconOpened, EncoderSQL, es ) : void | ||
Update ( bool dbconOpened, EncoderSQL, es, |
||
UpdateExercise ( bool dbconOpened, string nameOld, string name, int percentBodyWeight, string ressistance, string description, string speed1RM ) : void | ||
UpdateTransaction ( ArrayList data, string checkboxes ) : int |
Method | Description | |
---|---|---|
addEncoderFreeExercise ( ) : void | ||
addEncoderInclinedExercises ( ) : void | ||
addEncoderJumpExercise ( ) : void | ||
createTable1RM ( ) : void | ||
createTableEncoder ( ) : void | ||
createTableEncoderExercise ( ) : void | ||
createTableEncoderSignalCurve ( ) : void | ||
initializeTableEncoderExercise ( ) : void | ||
putEncoderExerciseAnglesAt90 ( ) : void | ||
removeEncoderExerciseAngles ( ) : void |
Method | Description | |
---|---|---|
addURLpath ( string url ) : string | ||
fixOSpath ( string url ) : string | ||
removeURLpath ( string url ) : string | ||
update ( bool dbconOpened, EncoderSQL, es, |
public static DeleteSignalCurveWithCurveID ( bool dbconOpened, int curveID ) : void | ||
dbconOpened | bool | |
curveID | int | |
return | void |
public static FindCurveInSignal ( string signalFile, string curveFile ) : int | ||
signalFile | string | |
curveFile | string | |
return | int |
public static Insert ( bool dbconOpened, EncoderSQL, es ) : int | ||
dbconOpened | bool | |
es | EncoderSQL, | |
return | int |
public static Insert1RM ( bool dbconOpened, int personID, int sessionID, int exerciseID, double load1RM ) : int | ||
dbconOpened | bool | |
personID | int | |
sessionID | int | |
exerciseID | int | |
load1RM | double | |
return | int |
public static InsertExercise ( bool dbconOpened, string name, int percentBodyWeight, string ressistance, string description, string speed1RM ) : void | ||
dbconOpened | bool | |
name | string | |
percentBodyWeight | int | |
ressistance | string | |
description | string | |
speed1RM | string | |
return | void |
public static LoadEncoderConfiguration ( ) : EncoderConfiguration | ||
return | EncoderConfiguration |
public static Select ( bool dbconOpened, int uniqueID, int personID, int sessionID, Constants, encoderGI, int exerciseID, string signalOrCurve, EncoderSQL, ecconSelect, bool onlyActive, bool orderIDascendent ) : ArrayList | ||
dbconOpened | bool | |
uniqueID | int | |
personID | int | |
sessionID | int | |
encoderGI | Constants, | |
exerciseID | int | |
signalOrCurve | string | |
ecconSelect | EncoderSQL, | |
onlyActive | bool | |
orderIDascendent | bool | |
return | ArrayList |
public static Select1RM ( bool dbconOpened, int personID, int sessionID, int exerciseID, bool returnPersonNameAndExerciseName ) : ArrayList | ||
dbconOpened | bool | |
personID | int | |
sessionID | int | |
exerciseID | int | |
returnPersonNameAndExerciseName | bool | |
return | ArrayList |
public static SelectCompareIntersession ( bool dbconOpened, Constants, encoderGI, int exerciseID, int personID ) : ArrayList | ||
dbconOpened | bool | |
encoderGI | Constants, | |
exerciseID | int | |
personID | int | |
return | ArrayList |
public static SelectEncoderExercises ( bool dbconOpened, int uniqueID, bool onlyNames ) : ArrayList | ||
dbconOpened | bool | |
uniqueID | int | |
onlyNames | bool | |
return | ArrayList |
public static SelectEncoderRowsOfAnExercise ( bool dbconOpened, int exerciseID ) : ArrayList | ||
dbconOpened | bool | |
exerciseID | int | |
return | ArrayList |
public static SelectSessionOverviewReps ( bool dbconOpened, Constants, encoderGI, int sessionID ) : ArrayList | ||
dbconOpened | bool | |
encoderGI | Constants, | |
sessionID | int | |
return | ArrayList |
public static SelectSessionOverviewSets ( bool dbconOpened, Constants, encoderGI, int sessionID ) : ArrayList | ||
dbconOpened | bool | |
encoderGI | Constants, | |
sessionID | int | |
return | ArrayList |
public static SelectSignalCurve ( bool dbconOpened, int signalID, int curveID, double msStart, double msEnd ) : ArrayList | ||
dbconOpened | bool | |
signalID | int | |
curveID | int | |
msStart | double | |
msEnd | double | |
return | ArrayList |
public static SignalCurveInsert ( bool dbconOpened, int signalID, int curveID, int msCentral ) : void | ||
dbconOpened | bool | |
signalID | int | |
curveID | int | |
msCentral | int | |
return | void |
public static Update ( bool dbconOpened, EncoderSQL, es ) : void | ||
dbconOpened | bool | |
es | EncoderSQL, | |
return | void |
public static Update ( bool dbconOpened, EncoderSQL, es, |
||
dbconOpened | bool | |
es | EncoderSQL, | |
dbcmdTr | ||
return | void |
public static UpdateExercise ( bool dbconOpened, string nameOld, string name, int percentBodyWeight, string ressistance, string description, string speed1RM ) : void | ||
dbconOpened | bool | |
nameOld | string | |
name | string | |
percentBodyWeight | int | |
ressistance | string | |
description | string | |
speed1RM | string | |
return | void |
public static UpdateTransaction ( ArrayList data, string checkboxes ) : int | ||
data | ArrayList | |
checkboxes | string | |
return | int |
protected static addEncoderFreeExercise ( ) : void | ||
return | void |
protected static addEncoderInclinedExercises ( ) : void | ||
return | void |
protected static addEncoderJumpExercise ( ) : void | ||
return | void |
protected static createTableEncoder ( ) : void | ||
return | void |
protected static createTableEncoderExercise ( ) : void | ||
return | void |
protected static createTableEncoderSignalCurve ( ) : void | ||
return | void |
protected static initializeTableEncoderExercise ( ) : void | ||
return | void |
protected static putEncoderExerciseAnglesAt90 ( ) : void | ||
return | void |
protected static removeEncoderExerciseAngles ( ) : void | ||
return | void |