PX4 Firmware
PX4 Autopilot Software http://px4.io
adc_report_s Struct Reference

#include <adc_report.h>

Collaboration diagram for adc_report_s:

Public Attributes

uint64_t timestamp
 
float channel_value [12]
 
int16_t channel_id [12]
 

Detailed Description

Definition at line 51 of file adc_report.h.

Member Data Documentation

◆ channel_id

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().

◆ channel_value

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().

◆ timestamp

uint64_t adc_report_s::timestamp

Definition at line 53 of file adc_report.h.

Referenced by ADC::update_adc_report().


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