APM:Copter
Public Attributes | List of all members
log_ParameterTuning Struct Reference

Public Attributes

 LOG_PACKET_HEADER
 
uint64_t time_us
 
uint8_t parameter
 
float tuning_value
 
int16_t control_in
 
int16_t tuning_low
 
int16_t tuning_high
 

Detailed Description

Definition at line 339 of file Log.cpp.

Member Data Documentation

◆ control_in

int16_t log_ParameterTuning::control_in

Definition at line 344 of file Log.cpp.

Referenced by Copter::Log_Write_Parameter_Tuning().

◆ LOG_PACKET_HEADER

log_ParameterTuning::LOG_PACKET_HEADER

Definition at line 340 of file Log.cpp.

◆ parameter

uint8_t log_ParameterTuning::parameter

Definition at line 342 of file Log.cpp.

Referenced by Copter::Log_Write_Parameter_Tuning().

◆ time_us

uint64_t log_ParameterTuning::time_us

Definition at line 341 of file Log.cpp.

Referenced by Copter::Log_Write_Parameter_Tuning().

◆ tuning_high

int16_t log_ParameterTuning::tuning_high

Definition at line 346 of file Log.cpp.

Referenced by Copter::Log_Write_Parameter_Tuning().

◆ tuning_low

int16_t log_ParameterTuning::tuning_low

Definition at line 345 of file Log.cpp.

Referenced by Copter::Log_Write_Parameter_Tuning().

◆ tuning_value

float log_ParameterTuning::tuning_value

Definition at line 343 of file Log.cpp.

Referenced by Copter::Log_Write_Parameter_Tuning().


The documentation for this struct was generated from the following file: