source: ResearchApps/MAC/Workshop_MACs/COGMAC_server/cogmac_server.h

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

dyspan prep

File size: 546 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);
17void printMenu();
18int main();
Note: See TracBrowser for help on using the repository browser.