source: ResearchApps/MAC/Workshop_MACs/HALFMAC_server/halfmac_server.h

Last change on this file was 1634, checked in by murphpo, 13 years ago

updates for dyspan workshop

  • Property svn:executable set to *
File size: 528 bytes
Line 
1/*! \file halfmac_server.c
2 \brief Transmission Half of a CSMA MAC protocol
3 
4 @version 16.1
5 @author Chris Hunter
6 
7 This code is a simple manipulation of csmaMac.c that allows for addressing
8 multiple WARP nodes based upon the IP address of the packet being sent.
9 
10 */
11
12int phyRx_goodHeader_callback(Macframe* packet);
13void phyRx_badHeader_callback();
14void dataFromNetworkLayer_callback(Xuint32 length, char* payload);
15void timer_callback(unsigned char timerType);
16void uartRecv_callback(unsigned char uartByte);
17int main();
Note: See TracBrowser for help on using the repository browser.