Class Timer
Assembly: WPILibSharp.dll
Syntax
Constructors
|
Improve this Doc
View Source
Timer()
Declaration
Fields
|
Improve this Doc
View Source
TicksPerMicrosecond
Declaration
public const long TicksPerMicrosecond = 10L
Field Value
Properties
|
Improve this Doc
View Source
FPGATimestamp
Declaration
public static TimeSpan FPGATimestamp { get; }
Property Value
Methods
|
Improve this Doc
View Source
Get()
Declaration
Returns
|
Improve this Doc
View Source
HasPeriodPassed(TimeSpan)
Declaration
public bool HasPeriodPassed(TimeSpan period)
Parameters
Returns
|
Improve this Doc
View Source
Reset()
Declaration
|
Improve this Doc
View Source
Start()
Declaration
|
Improve this Doc
View Source
Stop()
Declaration