C# Class CSharpRoboticsLib.WPIExtensions.Piston

A subclass of DoubleSolenoid meant to more intuitively model a piston
Inheritance: WPILib.DoubleSolenoid
Show file Open project: shockwave4488/CSharpRoboticsLib Class Usage Examples

Public Methods

Method Description
Piston ( int forwardChannel, int reverseChannel ) : System

Piston with specified forward and reverse channels

Piston ( int moduleNumber, int forwardChannel, int reverseChannel ) : System

Piston with forward and reverse channels at a specific PCM

Method Details

Piston() public method

Piston with specified forward and reverse channels
public Piston ( int forwardChannel, int reverseChannel ) : System
forwardChannel int
reverseChannel int
return System

Piston() public method

Piston with forward and reverse channels at a specific PCM
public Piston ( int moduleNumber, int forwardChannel, int reverseChannel ) : System
moduleNumber int
forwardChannel int
reverseChannel int
return System