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
RevLine 
[989]1/*! \file noMac.h
[988]2 \brief No Medium Access Control Workshop MAC.
[1453]3
[1713]4 @version 17.0
5 @author Chris Hunter & Patrick Murphy
[1453]6
[988]7*/
[954]8
9
[1578]10int phyRx_goodHeader_callback(Macframe* packet);
[954]11void phyRx_badHeader_callback();
[1329]12void dataFromNetworkLayer_callback(Xuint32 length, char* payload);
[1634]13void rightButton();
14void upButton();
[954]15int main();
Note: See TracBrowser for help on using the repository browser.