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

#include <AP_WheelEncoder.h>

Public Attributes

uint8_t instance
 
int32_t distance_count
 
float distance
 
uint32_t total_count
 
uint32_t error_count
 
uint32_t last_reading_ms
 

Detailed Description

Definition at line 44 of file AP_WheelEncoder.h.

Member Data Documentation

◆ distance

float AP_WheelEncoder::WheelEncoder_State::distance

Definition at line 47 of file AP_WheelEncoder.h.

◆ distance_count

int32_t AP_WheelEncoder::WheelEncoder_State::distance_count

◆ error_count

uint32_t AP_WheelEncoder::WheelEncoder_State::error_count

◆ instance

uint8_t AP_WheelEncoder::WheelEncoder_State::instance

◆ last_reading_ms

uint32_t AP_WheelEncoder::WheelEncoder_State::last_reading_ms

◆ total_count

uint32_t AP_WheelEncoder::WheelEncoder_State::total_count

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