PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <adc_report.h>
Public Attributes | |
uint64_t | timestamp |
float | channel_value [12] |
int16_t | channel_id [12] |
Definition at line 51 of file adc_report.h.
int16_t adc_report_s::channel_id[12] |
Definition at line 55 of file adc_report.h.
Referenced by RCInput::cycle(), and ADC::update_adc_report().
float adc_report_s::channel_value[12] |
Definition at line 54 of file adc_report.h.
Referenced by RCInput::cycle(), and ADC::update_adc_report().
uint64_t adc_report_s::timestamp |
Definition at line 53 of file adc_report.h.
Referenced by ADC::update_adc_report().