C# Класс CSharpRoboticsLib.WPIExtensions.Piston

A subclass of DoubleSolenoid meant to more intuitively model a piston
Наследование: WPILib.DoubleSolenoid
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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