Browse Source

AP_Logger: add documentation for ESC LoggerMessage

c415-sdk
Peter Barker 5 years ago committed by Peter Barker
parent
commit
49918d070e
  1. 11
      libraries/AP_Logger/LogStructure.h

11
libraries/AP_Logger/LogStructure.h

@ -1494,6 +1494,17 @@ struct PACKED log_Arm_Disarm { @@ -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…
Cancel
Save