Class Watchdog
Assembly: WPILibSharp.dll
Syntax
public class Watchdog : IDisposable, IComparable<Watchdog>
Constructors
|
Improve this Doc
View Source
Watchdog(TimeSpan, Action)
Declaration
public Watchdog(TimeSpan timeout, Action callback)
Parameters
Properties
|
Improve this Doc
View Source
IsExpired
Declaration
public bool IsExpired { get; }
Property Value
|
Improve this Doc
View Source
SuppressTimeoutMessage
Declaration
public bool SuppressTimeoutMessage { get; set; }
Property Value
|
Improve this Doc
View Source
Time
Declaration
public TimeSpan Time { get; }
Property Value
|
Improve this Doc
View Source
Timeout
Declaration
public TimeSpan Timeout { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
AddEpoch(String)
Declaration
public void AddEpoch(string epochName)
Parameters
Type |
Name |
Description |
String |
epochName |
|
|
Improve this Doc
View Source
CompareTo(Watchdog)
Declaration
public int CompareTo(Watchdog other)
Parameters
Returns
|
Improve this Doc
View Source
Disable()
Declaration
|
Improve this Doc
View Source
Dispose()
Declaration
|
Improve this Doc
View Source
Enable()
Declaration
|
Improve this Doc
View Source
PrintEpochs()
Declaration
public void PrintEpochs()
|
Improve this Doc
View Source
Reset()
Declaration
Implements