source: ResearchApps/MAC/Debug_PseudoMACs/DEBUGMAC/debugMac.h

Last change on this file was 1194, checked in by murphpo, 15 years ago

updated code for channel estimate support

  • Property svn:executable set to *
File size: 448 bytes
Line 
1/*! \file debugMac.h
2 \brief Top-level debug "MAC" for testing PHY/MAC builds between reference design releases
3 
4 @version 10
5 @author Chris Hunter
6 
7 Doesn't actually implement a MAC, and traffic only flows one direction. This is used for testing/debugging low-level PHY and WARPMAC changes.
8*/
9
10
11
12void phyRx_goodHeader_callback(Macframe* packet);
13void phyRx_badHeader_callback();
14void emacRx_callback(Xuint32 length, char* payload);
15int main();
Note: See TracBrowser for help on using the repository browser.