Project

General

Profile

Statistics
| Revision:

root / branches / wireless / code / projects / libwireless / wireless_receive.c @ 1616

History | View | Annotate | Download (6.51 KB)

# Date Author Comment
1615 01/20/2010 07:08 PM Chris Mar

fixed references to handler array, wireless_receive compiles now

1612 01/18/2010 09:12 PM Abraham Levkoy

Updated basic receive function and wrote handler dispatch function. The latter doesn't compile, but most of this directory doesn't.

1591 12/02/2009 04:59 PM David Schultz

wireless: update to the receive buffers

1589 11/30/2009 09:46 PM Abraham Levkoy

Wrote basic receive function in wireless_receive.c. Added an error code for
having too short of a packet destination for basic receive function (maybe can
also be used by other packet handlers) in wl_defs.h. Added packet buffers for
basic packets and other types of packets in xbee.c.

1577 11/20/2009 07:44 PM David Schultz

update to wireless api, added comments

1576 11/19/2009 04:03 AM David Schultz

added prototypes for the public api functions for the new wireless library