frame.c File Reference

802.15.4 frame creation and parsing functions More...

#include <iom1284.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <stdbool.h>
#include "at86rf230_registermap.h"
#include "radio.h"
#include "frame.h"
#include "zmac.h"
#include "process.h"
#include "sicslowmac.h"

Go to the source code of this file.

Functions

void frame_tx_create (frame_create_params_t *p, frame_result_t *frame_result)
 Creates a frame for transmission over the air.
void rx_frame_parse (hal_rx_frame_t *rx_frame, parsed_frame_t *pf)
 Parses an input frame.

Detailed Description

802.15.4 frame creation and parsing functions

This file converts to and from a structure to a packed 802.15.4 frame.

Definition in file frame.c.


Generated on Mon Apr 11 14:23:48 2011 for Contiki 2.5 by  doxygen 1.6.1