|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Public Attributes | |
| unsigned int | Version |
| unsigned int | SetPoint |
| unsigned int | SetPointLowerBits |
| float | SetPoint_PX4 |
| unsigned int | State |
| unsigned int | ReadMode |
| unsigned short | RawPwmValue |
| unsigned int | Current |
| unsigned int | MaxPWM |
| unsigned int | Temperature |
| unsigned int | RoundCount |
Definition at line 103 of file mkblctrl.cpp.
| unsigned int MotorData_t::Current |
Definition at line 112 of file mkblctrl.cpp.
Referenced by MK::mk_check_for_blctrl(), MK::mk_servo_set(), and MK::task_main().
| unsigned int MotorData_t::MaxPWM |
Definition at line 113 of file mkblctrl.cpp.
Referenced by MK::mk_check_for_blctrl(), and MK::mk_servo_set().
| unsigned short MotorData_t::RawPwmValue |
Definition at line 110 of file mkblctrl.cpp.
Referenced by MK::mk_check_for_blctrl(), MK::pwm_ioctl(), and MK::write().
| unsigned int MotorData_t::ReadMode |
Definition at line 109 of file mkblctrl.cpp.
Referenced by MK::mk_check_for_blctrl().
| unsigned int MotorData_t::RoundCount |
Definition at line 115 of file mkblctrl.cpp.
Referenced by MK::mk_check_for_blctrl(), and MK::mk_servo_set().
| unsigned int MotorData_t::SetPoint |
Definition at line 105 of file mkblctrl.cpp.
Referenced by MK::mk_check_for_blctrl(), MK::mk_servo_set(), and MK::mk_servo_test().
| float MotorData_t::SetPoint_PX4 |
Definition at line 107 of file mkblctrl.cpp.
Referenced by MK::task_main().
| unsigned int MotorData_t::SetPointLowerBits |
Definition at line 106 of file mkblctrl.cpp.
Referenced by MK::mk_check_for_blctrl(), MK::mk_servo_set(), and MK::mk_servo_test().
| unsigned int MotorData_t::State |
Definition at line 108 of file mkblctrl.cpp.
Referenced by MK::mk_check_for_blctrl(), and MK::mk_servo_set().
| unsigned int MotorData_t::Temperature |
Definition at line 114 of file mkblctrl.cpp.
Referenced by MK::mk_check_for_blctrl(), MK::mk_servo_set(), and MK::task_main().
| unsigned int MotorData_t::Version |
Definition at line 104 of file mkblctrl.cpp.
Referenced by MK::mk_check_for_blctrl().