C# Class EncoderCapture, chronojump

Mostrar archivo Open project: GNOME/chronojump Class Usage Examples

Public Properties

Property Type Description
Countdown int
Ecca EncoderCaptureCurveArray
EncoderCapturePoints List
EncoderCapturePointsCaptured int
EncoderCapturePointsInertialDisc List
EncoderCapturePointsPainted int

Protected Properties

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

Public Methods

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

Protected Methods

Method Description
assignEncoderCapturePoints ( ) : void
encoderCapturePointsAdaptativeDisplay ( ) : void
inertialChangedConToEcc ( ) : bool
inertialCheckIfInverted ( ) : void
initSpecific ( ) : void
markDirectionChanged ( ) : void
saveToFile ( string file ) : void
shouldSendCurve ( ) : bool
trimInitialZeros ( List l ) : List

Private Methods

Method Description
convertByte ( int b ) : int
initSimulated ( ) : bool
readByte ( ) : int

Method Details

Cancel() public method

public Cancel ( ) : void
return void

Capture() public method

public Capture ( string outputData1, EncoderRProcCapture, encoderRProcCapture ) : bool
outputData1 string
encoderRProcCapture EncoderRProcCapture,
return bool

Finish() public method

public Finish ( ) : void
return void

InitGlobal() public method

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

assignEncoderCapturePoints() protected method

protected assignEncoderCapturePoints ( ) : void
return void

encoderCapturePointsAdaptativeDisplay() protected method

protected encoderCapturePointsAdaptativeDisplay ( ) : void
return void

inertialChangedConToEcc() protected method

protected inertialChangedConToEcc ( ) : bool
return bool

inertialCheckIfInverted() protected method

protected inertialCheckIfInverted ( ) : void
return void

initSpecific() protected method

protected initSpecific ( ) : void
return void

markDirectionChanged() protected method

protected markDirectionChanged ( ) : void
return void

saveToFile() protected method

protected saveToFile ( string file ) : void
file string
return void

shouldSendCurve() protected method

protected shouldSendCurve ( ) : bool
return bool

trimInitialZeros() protected method

protected trimInitialZeros ( List l ) : List
l List
return List

Property Details

Countdown public_oe property

public int Countdown
return int

Ecca public_oe property

public EncoderCaptureCurveArray Ecca
return EncoderCaptureCurveArray

EncoderCapturePoints public_oe property

public List EncoderCapturePoints
return List

EncoderCapturePointsCaptured public_oe property

public int EncoderCapturePointsCaptured
return int

EncoderCapturePointsInertialDisc public_oe property

public List EncoderCapturePointsInertialDisc
return List

EncoderCapturePointsPainted public_oe property

public int EncoderCapturePointsPainted
return int

byteReaded protected_oe property

protected int byteReaded
return int

capturingFirstPhase protected_oe property

protected bool capturingFirstPhase
return bool

consecutiveZeros protected_oe property

protected int consecutiveZeros
return int

consecutiveZerosMax protected_oe property

protected int consecutiveZerosMax
return int

cont protected_oe property

protected bool cont
return bool

directionChangeCount protected_oe property

protected int directionChangeCount
return int

directionChangePeriod protected_oe property

protected int directionChangePeriod
return int

directionCompleted protected_oe property

protected int directionCompleted
return int

directionLastMSecond protected_oe property

protected int directionLastMSecond
return int

directionNow protected_oe property

protected int directionNow
return int

ecc protected_oe property

protected EncoderCaptureCurve ecc
return EncoderCaptureCurve

eccon protected_oe property

protected string eccon
return string

encoderReaded protected_oe static_oe property

protected static List encoderReaded
return List

encoderReadedInertialDisc protected_oe static_oe property

protected static List encoderReadedInertialDisc
return List

heightG protected_oe property

protected int heightG
return int

i protected_oe property

protected int i
return int

inertialCaptureDirectionInverted protected_oe property

protected bool inertialCaptureDirectionInverted
return bool

inertialShouldCheckStartDirection protected_oe property

protected bool inertialShouldCheckStartDirection
return bool

lastDirectionStoredIsUp protected_oe property

protected bool lastDirectionStoredIsUp
return bool

lastNonZero protected_oe property

protected int lastNonZero
return int

msCount protected_oe property

protected int msCount
return int

previousEnd protected_oe property

protected int previousEnd
return int

realHeightG protected_oe property

protected double realHeightG
return double

recordedTimeCont protected_oe property

protected int recordedTimeCont
return int

recordingTime protected_oe property

protected int recordingTime
return int

sum protected_oe property

protected double sum
return double

sumInertialDisc protected_oe property

protected double sumInertialDisc
return double

widthG protected_oe property

protected int widthG
return int