C# 클래스 AForge.Robotics.Lego.NXTBrick.MotorState

Class describing motor's state.
파일 보기 프로젝트 열기: holisticware-admin/MonoVersal.AForgeNET 1 사용 예제들

공개 메소드들

메소드 설명
MotorState ( ) : System

Initializes a new instance of the MotorState class.

MotorState ( int power, int turnRatio, MotorMode mode, MotorRegulationMode regulation, MotorRunState runState, int tachoLimit ) : System

Initializes a new instance of the MotorState class.

메소드 상세

MotorState() 공개 메소드

Initializes a new instance of the MotorState class.
public MotorState ( ) : System
리턴 System

MotorState() 공개 메소드

Initializes a new instance of the MotorState class.
public MotorState ( int power, int turnRatio, MotorMode mode, MotorRegulationMode regulation, MotorRunState runState, int tachoLimit ) : System
power int Power, [-100, 100].
turnRatio int Turn ratio, [-100, 100].
mode MotorMode Mode (bit field).
regulation MotorRegulationMode Regulation mode.
runState MotorRunState Run state.
tachoLimit int The value determines motor's run limit.
리턴 System