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

Public Attributes

uint8_t header
 0xAA for a valid packet More...
 
int32_t lon
 
int32_t lat
 
int32_t alt
 
int16_t speed
 
int16_t temp
 
int16_t volt
 
uint8_t checksum8
 

Detailed Description

Definition at line 42 of file AP_Devo_Telem.h.

Member Data Documentation

◆ alt

int32_t AP_DEVO_Telem::PACKED::alt

Definition at line 46 of file AP_Devo_Telem.h.

Referenced by AP_DEVO_Telem::send_frames().

◆ checksum8

uint8_t AP_DEVO_Telem::PACKED::checksum8

Definition at line 50 of file AP_Devo_Telem.h.

Referenced by AP_DEVO_Telem::send_frames().

◆ header

uint8_t AP_DEVO_Telem::PACKED::header

0xAA for a valid packet

Definition at line 43 of file AP_Devo_Telem.h.

Referenced by AP_DEVO_Telem::AP_DEVO_Telem().

◆ lat

int32_t AP_DEVO_Telem::PACKED::lat

Definition at line 45 of file AP_Devo_Telem.h.

Referenced by AP_DEVO_Telem::send_frames().

◆ lon

int32_t AP_DEVO_Telem::PACKED::lon

Definition at line 44 of file AP_Devo_Telem.h.

Referenced by AP_DEVO_Telem::send_frames().

◆ speed

int16_t AP_DEVO_Telem::PACKED::speed

Definition at line 47 of file AP_Devo_Telem.h.

Referenced by AP_DEVO_Telem::send_frames().

◆ temp

int16_t AP_DEVO_Telem::PACKED::temp

Definition at line 48 of file AP_Devo_Telem.h.

Referenced by AP_DEVO_Telem::send_frames().

◆ volt

int16_t AP_DEVO_Telem::PACKED::volt

Definition at line 49 of file AP_Devo_Telem.h.

Referenced by AP_DEVO_Telem::send_frames().


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