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

#include <telem_structure.h>

Collaboration diagram for telem_packet_cc2500:
[legend]

Public Attributes

uint8_t length
 
uint8_t type
 
uint8_t txid [2]
 
union {
   uint8_t   pkt [12]
 
   struct telem_status   status
 
   struct telem_firmware   fw
 
payload
 
uint8_t crc [2]
 

Detailed Description

Definition at line 57 of file telem_structure.h.

Member Data Documentation

◆ crc

uint8_t telem_packet_cc2500::crc[2]

Definition at line 66 of file telem_structure.h.

◆ fw

struct telem_firmware telem_packet_cc2500::fw

Definition at line 64 of file telem_structure.h.

◆ length

uint8_t telem_packet_cc2500::length

Definition at line 58 of file telem_structure.h.

◆ payload

union { ... } telem_packet_cc2500::payload

◆ pkt

uint8_t telem_packet_cc2500::pkt[12]

Definition at line 62 of file telem_structure.h.

◆ status

struct telem_status telem_packet_cc2500::status

Definition at line 63 of file telem_structure.h.

◆ txid

uint8_t telem_packet_cc2500::txid[2]

Definition at line 60 of file telem_structure.h.

◆ type

uint8_t telem_packet_cc2500::type

Definition at line 59 of file telem_structure.h.


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