comBuf_t Struct Reference
[Communications Interface]

The standard comBuf data structure is designed to be used across multiple different communication devices. A comBuf contains an array of bytes, the number of bytes, and possibly some other fields, depending on the specific platform.

#include <com.h>


Data Fields

comBuf_tnext
uint8_t data [COM_DATA_SIZE]
 An array of bytes representing the contents of the comBuf. The maximum number of bytes that may be placed in a comBuf is represented by COM_DATA_SIZE.
uint16_t signal
 For a comBuf received from the radio driver, The RSSI value (signal strength indicator). This member is only available of GET_RSSI has been defined in com.h.
uint8_t size
 The number of data bytes located in the data array of this comBuf.
uint16_t source


Detailed Description

Definition at line 124 of file com.h.


Field Documentation

struct comBuf_t* next
 

For internal use only.

A pointer to the next comBuf in the pool. This should not be used by an application.

Definition at line 127 of file com.h.


The documentation for this struct was generated from the following file:
Generated on Mon Nov 23 06:26:00 2009 for MANTIS by  doxygen 1.4.6