C# 클래스 CSharpRoboticsLib.WPIExtensions.Piston

A subclass of DoubleSolenoid meant to more intuitively model a piston
상속: WPILib.DoubleSolenoid
파일 보기 프로젝트 열기: shockwave4488/CSharpRoboticsLib 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Piston() 공개 메소드

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

Piston() 공개 메소드

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
리턴 System