source: ResearchApps/MAC/NOMAC/noMac.h

Last change on this file was 1713, checked in by murphpo, 12 years ago

Updating code for OFDM ref design v17 in ISE 13.4 tools

  • Property svn:executable set to *
File size: 324 bytes
Line 
1/*! \file noMac.h
2 \brief No Medium Access Control Workshop MAC.
3
4 @version 17.0
5 @author Chris Hunter & Patrick Murphy
6
7*/
8
9
10int phyRx_goodHeader_callback(Macframe* packet);
11void phyRx_badHeader_callback();
12void dataFromNetworkLayer_callback(Xuint32 length, char* payload);
13void rightButton();
14void upButton();
15int main();
Note: See TracBrowser for help on using the repository browser.