mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_Logger: add documentation for ESC LoggerMessage
This commit is contained in:
parent
cc60faa58e
commit
49918d070e
@ -1494,6 +1494,17 @@ struct PACKED log_Arm_Disarm {
|
||||
// @Field: Subsys: Subsystem in which the error occurred
|
||||
// @Field: ECode: Subsystem-specific error code
|
||||
|
||||
// @LoggerMessage: ESC
|
||||
// @Description: Feedback received from ESCs
|
||||
// @Field: TimeUS: microseconds since system startup
|
||||
// @Field: Instance: ESC instance number
|
||||
// @Field: RPM: reported motor rotation rate
|
||||
// @Field: Volt: Perceived input voltage for the ESC
|
||||
// @Field: Curr: Perceived current through the ESC
|
||||
// @Field: Temp: ESC temperature
|
||||
// @Field: CTot: current consumed total
|
||||
// @Field: MotTemp: measured motor temperature
|
||||
|
||||
// @LoggerMessage: EV
|
||||
// @Description: Specifically coded event messages
|
||||
// @Field: TimeUS: Time since system startup
|
||||
|
Loading…
Reference in New Issue
Block a user