C# 클래스 MAVLink.mavlink_servo_output_raw_t, MissionPlanner

파일 보기 프로젝트 열기: ArduPilot/MissionPlanner 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
port byte
servo10_raw System.UInt16
servo11_raw System.UInt16
servo12_raw System.UInt16
servo13_raw System.UInt16
servo14_raw System.UInt16
servo15_raw System.UInt16
servo16_raw System.UInt16
servo1_raw System.UInt16
servo2_raw System.UInt16
servo3_raw System.UInt16
servo4_raw System.UInt16
servo5_raw System.UInt16
servo6_raw System.UInt16
servo7_raw System.UInt16
servo8_raw System.UInt16
servo9_raw System.UInt16
time_usec System.UInt32

프로퍼티 상세

port 공개적으로 프로퍼티

Servo output port (set of 8 outputs = 1 port). Most MAVs will just use one, but this allows to encode more than 8 servos.
public byte port
리턴 byte

servo10_raw 공개적으로 프로퍼티

Servo output 10 value, in microseconds
public UInt16,System servo10_raw
리턴 System.UInt16

servo11_raw 공개적으로 프로퍼티

Servo output 11 value, in microseconds
public UInt16,System servo11_raw
리턴 System.UInt16

servo12_raw 공개적으로 프로퍼티

Servo output 12 value, in microseconds
public UInt16,System servo12_raw
리턴 System.UInt16

servo13_raw 공개적으로 프로퍼티

Servo output 13 value, in microseconds
public UInt16,System servo13_raw
리턴 System.UInt16

servo14_raw 공개적으로 프로퍼티

Servo output 14 value, in microseconds
public UInt16,System servo14_raw
리턴 System.UInt16

servo15_raw 공개적으로 프로퍼티

Servo output 15 value, in microseconds
public UInt16,System servo15_raw
리턴 System.UInt16

servo16_raw 공개적으로 프로퍼티

Servo output 16 value, in microseconds
public UInt16,System servo16_raw
리턴 System.UInt16

servo1_raw 공개적으로 프로퍼티

Servo output 1 value, in microseconds
public UInt16,System servo1_raw
리턴 System.UInt16

servo2_raw 공개적으로 프로퍼티

Servo output 2 value, in microseconds
public UInt16,System servo2_raw
리턴 System.UInt16

servo3_raw 공개적으로 프로퍼티

Servo output 3 value, in microseconds
public UInt16,System servo3_raw
리턴 System.UInt16

servo4_raw 공개적으로 프로퍼티

Servo output 4 value, in microseconds
public UInt16,System servo4_raw
리턴 System.UInt16

servo5_raw 공개적으로 프로퍼티

Servo output 5 value, in microseconds
public UInt16,System servo5_raw
리턴 System.UInt16

servo6_raw 공개적으로 프로퍼티

Servo output 6 value, in microseconds
public UInt16,System servo6_raw
리턴 System.UInt16

servo7_raw 공개적으로 프로퍼티

Servo output 7 value, in microseconds
public UInt16,System servo7_raw
리턴 System.UInt16

servo8_raw 공개적으로 프로퍼티

Servo output 8 value, in microseconds
public UInt16,System servo8_raw
리턴 System.UInt16

servo9_raw 공개적으로 프로퍼티

Servo output 9 value, in microseconds
public UInt16,System servo9_raw
리턴 System.UInt16

time_usec 공개적으로 프로퍼티

Timestamp (microseconds since system boot)
public UInt32,System time_usec
리턴 System.UInt32