Show / Hide Table of Contents

Class TimedRobot

Inheritance
Object
RobotBase
IterativeRobotBase
TimedRobot
Implements
IDisposable
Inherited Members
IterativeRobotBase.RobotInit()
IterativeRobotBase.DisabledInit()
IterativeRobotBase.AutonomousInit()
IterativeRobotBase.TeleopInit()
IterativeRobotBase.TestInit()
IterativeRobotBase.RobotPeriodic()
IterativeRobotBase.DisabledPeriodic()
IterativeRobotBase.AutonomousPeriodic()
IterativeRobotBase.TeleopPeriodic()
IterativeRobotBase.TestPeriodic()
IterativeRobotBase.LoopFunc()
IterativeRobotBase.m_period
RobotBase.SuppressExitWarning(Boolean)
RobotBase.StartRobot<Robot>()
RobotBase.m_ds
RobotBase.m_threadId
RobotBase.IsEnabled
RobotBase.IsDisabled
RobotBase.IsAutonomous
RobotBase.IsOperatorControl
RobotBase.IsTest
RobotBase.IsNewDataAvailable
RobotBase.MainThreadId
RobotBase.WPILibVersion
RobotBase.IsReal
RobotBase.IsSimulation
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 TimedRobot : IterativeRobotBase, IDisposable

Constructors

| Improve this Doc View Source

TimedRobot()

Declaration
public TimedRobot()
| Improve this Doc View Source

TimedRobot(TimeSpan)

Declaration
public TimedRobot(TimeSpan period)
Parameters
Type Name Description
TimeSpan period

Fields

| Improve this Doc View Source

DefaultPeriod

Declaration
public static readonly TimeSpan DefaultPeriod
Field Value
Type Description
TimeSpan

Properties

| Improve this Doc View Source

Period

Declaration
public TimeSpan Period { get; }
Property Value
Type Description
TimeSpan

Methods

| Improve this Doc View Source

Dispose()

Declaration
public override void Dispose()
Overrides
RobotBase.Dispose()
| Improve this Doc View Source

EndCompetition()

Declaration
public override void EndCompetition()
Overrides
RobotBase.EndCompetition()
| Improve this Doc View Source

StartCompetition()

Declaration
public override void StartCompetition()
Overrides
RobotBase.StartCompetition()

Implements

IDisposable
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet