Class MotorSafety
Assembly: WPILibSharp.dll
Syntax
public abstract class MotorSafety
Constructors
|
Improve this Doc
View Source
MotorSafety()
Declaration
Fields
|
Improve this Doc
View Source
DefaultSafetyExpiration
Declaration
public static readonly TimeSpan DefaultSafetyExpiration
Field Value
Properties
|
Improve this Doc
View Source
Description
Declaration
public abstract string Description { get; }
Property Value
|
Improve this Doc
View Source
Expiration
Declaration
public TimeSpan Expiration { get; set; }
Property Value
|
Improve this Doc
View Source
IsAlive
Declaration
public bool IsAlive { get; }
Property Value
|
Improve this Doc
View Source
SafetyEnabled
Declaration
public bool SafetyEnabled { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Check()
Declaration
|
Improve this Doc
View Source
CheckMotors()
Declaration
public static void CheckMotors()
|
Improve this Doc
View Source
Feed()
Declaration
|
Improve this Doc
View Source
StopMotor()
Declaration
public abstract void StopMotor()