Structure describing the payload section of the MSG_PID message. More...
#include <APM_BinComm.h>
Public Attributes | |
uint8_t | pidSet |
int32_t | p |
int32_t | i |
int32_t | d |
int16_t | integratorMax |
Structure describing the payload section of the MSG_PID message.
Definition at line 830 of file APM_BinComm.h.
int32_t BinComm::msg_pid::d |
Definition at line 834 of file APM_BinComm.h.
int32_t BinComm::msg_pid::i |
Definition at line 833 of file APM_BinComm.h.
int16_t BinComm::msg_pid::integratorMax |
Definition at line 835 of file APM_BinComm.h.
int32_t BinComm::msg_pid::p |
Definition at line 832 of file APM_BinComm.h.
uint8_t BinComm::msg_pid::pidSet |
Definition at line 831 of file APM_BinComm.h.