Changes between Version 16 and Version 17 of OFDM/MIMO/Docs/AutoResponse


Ignore:
Timestamp:
Aug 29, 2009, 3:30:44 PM (15 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OFDM/MIMO/Docs/AutoResponse

    v16 v17  
    1313=== Header Translator ===
    1414The header translator is used to construct the header of an automatically transmitted packet using data from the header of the received packet which triggered the transmission.
     15
     16-----
    1517
    1618== Configuring the Auto Response System ==
     
    5355 * {{{PHY_HEADERTRANSLATE_SET}}}(''actionBuf'', ''txByteNum'', ''srcBuf'', ''srcByteNum''): Configure the translator to send the byte at index ''srcByteNum'' from the packet buffer ''srcBuf'' as byte number ''txByteNum'' for packets automatically transmitted from packet buffer ''actionBuf''
    5456
     57-----
     58 
    5559== Sample Code ==
    5660The examples below illustrate how to use the OFDM PHY's auto response subsystem. These examples include only the auto responder configuration code. Please refer to the latest [wiki:OFDMReferenceDesign OFDM Reference Design] for a full hardware-ready MAC/PHY example which uses this code.