Show / Hide Table of Contents

Class AnalogTrigger

Inheritance
Object
AnalogTrigger
Implements
ISendable
IDisposable
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 AnalogTrigger : ISendable, IDisposable

Constructors

| Improve this Doc View Source

AnalogTrigger(Int32)

Declaration
public AnalogTrigger(int channel)
Parameters
Type Name Description
Int32 channel
| Improve this Doc View Source

AnalogTrigger(AnalogInput)

Declaration
public AnalogTrigger(AnalogInput analogInput)
Parameters
Type Name Description
AnalogInput analogInput
| Improve this Doc View Source

AnalogTrigger(DutyCycle)

Declaration
public AnalogTrigger(DutyCycle dutyCycle)
Parameters
Type Name Description
DutyCycle dutyCycle

Fields

| Improve this Doc View Source

m_analogInput

Declaration
protected readonly AnalogInput m_analogInput
Field Value
Type Description
AnalogInput
| Improve this Doc View Source

m_dutyCycle

Declaration
protected readonly DutyCycle m_dutyCycle
Field Value
Type Description
DutyCycle
| Improve this Doc View Source

m_ownsAnalog

Declaration
protected readonly bool m_ownsAnalog
Field Value
Type Description
Boolean
| Improve this Doc View Source

m_port

Declaration
protected readonly int m_port
Field Value
Type Description
Int32

Properties

| Improve this Doc View Source

Averaged

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

Filtered

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

Index

Declaration
public int Index { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

InWindow

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

TriggerState

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

Methods

| Improve this Doc View Source

CreateOutput(AnalogTriggerType)

Declaration
public AnalogTriggerOutput CreateOutput(AnalogTriggerType type)
Parameters
Type Name Description
AnalogTriggerType type
Returns
Type Description
AnalogTriggerOutput
| Improve this Doc View Source

Dispose()

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

SetLimitsDutyCycle(Double, Double)

Declaration
public void SetLimitsDutyCycle(double lower, double upper)
Parameters
Type Name Description
Double lower
Double upper
| Improve this Doc View Source

SetLimitsRaw(Int32, Int32)

Declaration
public void SetLimitsRaw(int lower, int upper)
Parameters
Type Name Description
Int32 lower
Int32 upper
| Improve this Doc View Source

SetLimitsVoltage(ElectricPotential, ElectricPotential)

Declaration
public void SetLimitsVoltage(ElectricPotential lower, ElectricPotential upper)
Parameters
Type Name Description
UnitsNet.ElectricPotential lower
UnitsNet.ElectricPotential upper

Explicit Interface Implementations

| Improve this Doc View Source

ISendable.InitSendable(ISendableBuilder)

Declaration
void ISendable.InitSendable(ISendableBuilder builder)
Parameters
Type Name Description
ISendableBuilder builder

Implements

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