APM:Libraries
Public Attributes | List of all members
log_PID Struct Reference

#include <LogStructure.h>

Public Attributes

 LOG_PACKET_HEADER
 
uint64_t time_us
 
float desired
 
float P
 
float I
 
float D
 
float FF
 
float AFF
 

Detailed Description

Definition at line 664 of file LogStructure.h.

Member Data Documentation

◆ AFF

float log_PID::AFF

Definition at line 672 of file LogStructure.h.

Referenced by DataFlash_Class::Log_Write_PID().

◆ D

float log_PID::D

Definition at line 670 of file LogStructure.h.

Referenced by DataFlash_Class::Log_Write_PID().

◆ desired

float log_PID::desired

Definition at line 667 of file LogStructure.h.

Referenced by DataFlash_Class::Log_Write_PID().

◆ FF

float log_PID::FF

Definition at line 671 of file LogStructure.h.

Referenced by DataFlash_Class::Log_Write_PID().

◆ I

float log_PID::I

Definition at line 669 of file LogStructure.h.

Referenced by DataFlash_Class::Log_Write_PID().

◆ LOG_PACKET_HEADER

log_PID::LOG_PACKET_HEADER

Definition at line 665 of file LogStructure.h.

◆ P

float log_PID::P

Definition at line 668 of file LogStructure.h.

Referenced by DataFlash_Class::Log_Write_PID().

◆ time_us

uint64_t log_PID::time_us

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