Show / Hide Table of Contents

Class MotorSafety

Inheritance
Object
MotorSafety
PWM
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 abstract class MotorSafety

Constructors

| Improve this Doc View Source

MotorSafety()

Declaration
public MotorSafety()

Fields

| Improve this Doc View Source

DefaultSafetyExpiration

Declaration
public static readonly TimeSpan DefaultSafetyExpiration
Field Value
Type Description
TimeSpan

Properties

| Improve this Doc View Source

Description

Declaration
public abstract string Description { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Expiration

Declaration
public TimeSpan Expiration { get; set; }
Property Value
Type Description
TimeSpan
| Improve this Doc View Source

IsAlive

Declaration
public bool IsAlive { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

SafetyEnabled

Declaration
public bool SafetyEnabled { get; set; }
Property Value
Type Description
Boolean

Methods

| Improve this Doc View Source

Check()

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

CheckMotors()

Declaration
public static void CheckMotors()
| Improve this Doc View Source

Feed()

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

StopMotor()

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