Changes between Version 14 and Version 15 of OFDM/MIMO/Docs/AutoResponse


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

--

Legend:

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

    v14 v15  
    6666
    6767The examples assume some values are defined elsewhere in user code. These variables are used for convenience, and are borrowed from our full MAC implementations in the [wiki:OFDMReferenceDesign OFDM Reference Design].
    68  * {{{PKTHEADER_INDX_TYPE}}}: is the byte index of the pktType field in the header
    69  * {{{PKTHEADER_INDX_RELADDR}}}: is the byte index of the relAddr field in the header
    70  * {{{PKTHEADER_INDX_SRCADDR}}}: is the byte index of the srcAddr field in the header
    71  * {{{PKTHEADER_INDX_DSTADDR}}}: is the byte index of the dstAddr field in the header
    72  * {{{ACKPACKET}}}: and DATAPACKET are (unsigned char) values specifying packet types
    73  * {{{MY_ADDR}}}: is the (unsigned short int) value of the local node's MAC address
    74  * {{{pktBuf_tx_ACK}}}: is the index (in [1,30]) of a PHY packet buffer used for transmitting ACKs
    75  * {{{pktBuf_rx}}}: is the index (in [1,30]) of the PHY packet buffer where received packets are written
     68 * {{{PKTHEADER_INDX_TYPE}}}: the byte index of the pktType field in the header
     69 * {{{PKTHEADER_INDX_RELADDR}}}: the byte index of the relAddr field in the header
     70 * {{{PKTHEADER_INDX_SRCADDR}}}: the byte index of the srcAddr field in the header
     71 * {{{PKTHEADER_INDX_DSTADDR}}}: the byte index of the dstAddr field in the header
     72 * {{{ACKPACKET}}} and {{{DATAPACKET}}}: (unsigned char) values specifying packet types
     73 * {{{MY_ADDR}}}: the (unsigned short int) value of the local node's MAC address
     74 * {{{pktBuf_tx_ACK}}}: the index (in [1,30]) of a PHY packet buffer used for transmitting ACKs
     75 * {{{pktBuf_rx}}}: the index (in [1,30]) of the PHY packet buffer where received packets are written
    7676 * {{{templatePkt}}}: a struct of type {{{Macframe}}} (see [source:/PlatformSupport/WARPMAC/warpmac.h])
    7777