Property | Type | Description | |
---|---|---|---|
Countdown | int | ||
Ecca | EncoderCaptureCurveArray | ||
EncoderCapturePoints | List |
||
EncoderCapturePointsCaptured | int | ||
EncoderCapturePointsInertialDisc | List |
||
EncoderCapturePointsPainted | int |
Property | Type | Description | |
---|---|---|---|
byteReaded | int | ||
capturingFirstPhase | bool | ||
consecutiveZeros | int | ||
consecutiveZerosMax | int | ||
cont | bool | ||
directionChangeCount | int | ||
directionChangePeriod | int | ||
directionCompleted | int | ||
directionLastMSecond | int | ||
directionNow | int | ||
ecc | EncoderCaptureCurve | ||
eccon | string | ||
encoderReaded | List |
||
encoderReadedInertialDisc | List |
||
heightG | int | ||
i | int | ||
inertialCaptureDirectionInverted | bool | ||
inertialShouldCheckStartDirection | bool | ||
lastDirectionStoredIsUp | bool | ||
lastNonZero | int | ||
msCount | int | ||
previousEnd | int | ||
realHeightG | double | ||
recordedTimeCont | int | ||
recordingTime | int | ||
sum | double | ||
sumInertialDisc | double | ||
widthG | int |
Method | Description | |
---|---|---|
Cancel ( ) : void | ||
Capture ( string outputData1, EncoderRProcCapture, encoderRProcCapture ) : bool | ||
Finish ( ) : void | ||
InitGlobal ( int widthG, int heightG, int time, int timeEnd, bool cont, string eccon, string port ) : void |
Method | Description | |
---|---|---|
assignEncoderCapturePoints ( ) : void | ||
encoderCapturePointsAdaptativeDisplay ( ) : void | ||
inertialChangedConToEcc ( ) : bool | ||
inertialCheckIfInverted ( ) : void | ||
initSpecific ( ) : void | ||
markDirectionChanged ( ) : void | ||
saveToFile ( string file ) : void | ||
shouldSendCurve ( ) : bool | ||
trimInitialZeros ( List |
Method | Description | |
---|---|---|
convertByte ( int b ) : int | ||
initSimulated ( ) : bool | ||
readByte ( ) : int |
public Capture ( string outputData1, EncoderRProcCapture, encoderRProcCapture ) : bool | ||
outputData1 | string | |
encoderRProcCapture | EncoderRProcCapture, | |
return | bool |
public InitGlobal ( int widthG, int heightG, int time, int timeEnd, bool cont, string eccon, string port ) : void | ||
widthG | int | |
heightG | int | |
time | int | |
timeEnd | int | |
cont | bool | |
eccon | string | |
port | string | |
return | void |
protected assignEncoderCapturePoints ( ) : void | ||
return | void |
protected encoderCapturePointsAdaptativeDisplay ( ) : void | ||
return | void |
public List |
||
return | List |
protected static List |
||
return | List |
protected bool inertialCaptureDirectionInverted | ||
return | bool |
protected bool inertialShouldCheckStartDirection | ||
return | bool |