Show / Hide Table of Contents

Class Timer

Inheritance
Object
Timer
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: WPILib
Assembly: WPILibSharp.dll
Syntax
public class Timer

Constructors

| Improve this Doc View Source

Timer()

Declaration
public Timer()

Fields

| Improve this Doc View Source

TicksPerMicrosecond

Declaration
public const long TicksPerMicrosecond = 10L
Field Value
Type Description
Int64

Properties

| Improve this Doc View Source

FPGATimestamp

Declaration
public static TimeSpan FPGATimestamp { get; }
Property Value
Type Description
TimeSpan

Methods

| Improve this Doc View Source

Get()

Declaration
public TimeSpan Get()
Returns
Type Description
TimeSpan
| Improve this Doc View Source

HasPeriodPassed(TimeSpan)

Declaration
public bool HasPeriodPassed(TimeSpan period)
Parameters
Type Name Description
TimeSpan period
Returns
Type Description
Boolean
| Improve this Doc View Source

Reset()

Declaration
public void Reset()
| Improve this Doc View Source

Start()

Declaration
public void Start()
| Improve this Doc View Source

Stop()

Declaration
public void Stop()
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet