telem_buffer Struct Reference

#include <net.h>

Collaboration diagram for telem_buffer:

Data Fields

unsigned int sendIndex
 
unsigned char header [API_HEADER_LENGTH]
 
union {
   struct telem_block *   asStruct
 
   unsigned char *   asArray
 
telemetry
 
unsigned char checksum
 

Detailed Description

Definition at line 139 of file net.h.

Field Documentation

unsigned char* asArray

Definition at line 144 of file net.h.

struct telem_block* asStruct

Definition at line 143 of file net.h.

unsigned char checksum

Definition at line 146 of file net.h.

unsigned char header[API_HEADER_LENGTH]

Definition at line 141 of file net.h.

unsigned int sendIndex

Definition at line 140 of file net.h.

union { ... } telemetry

The documentation for this struct was generated from the following file:
  • Autopilot/AttitudeManager/net.h