Changes between Version 3 and Version 4 of OFDM/MIMO/Docs/AutoResponse


Ignore:
Timestamp:
Aug 28, 2009, 2:59:52 PM (15 years ago)
Author:
murphpo
Comment:

--

Legend:

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

    v3 v4  
    3131 * PHY_AUTORESPONSE_ACT_TRANS_HDR: Use the header translator for the auto-triggered transmission
    3232
    33 Actor actions:
    34  * PHY_AUTORESPONSE_ACTID_DISABLED: Disable the actor; this is the default action
    35  * PHY_AUTORESPONSE_ACTID_SETFLAGA: Assert Flag A
    36  * PHY_AUTORESPONSE_ACTID_SETFLAGB: Assert Flag B
    37  * PHY_AUTORESPONSE_ACTID_TXPKTBUF(''pktBuf''): Automatically transmit the packet from buffer ''pktBuf'' (''pktBuf'' must by in [1,30]; values outside this range will disable the actor)
     33Header translator:
     34 * 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 transmitted from the packet buffer ''actionBuf''
    3835
     36Actor configuration:
     37 * PHY_AUTORESPONSE_TXACTION_CONFIG(''pktBuf'', ''translateHdr'', ''delay'', ''conditions''): Configure the actor to automatically transmit
     38   * ''pktBuf'': index (in ![1,31]) of the packet buffer from which to automatically transmit the packet
     39   * ''translateHdr'': enable the header translator when this actor triggers a transmission ('''1''': use the translator; '''0''': disable the translator)
     40   * ''delay'': number of 0.25µs increments to delay the automatic transmission. The time starts when the final byte of the incoming packet is decoded, even if the actor doesn't depend on the payload error status
     41   * ''conditions'': bitwise OR'd combination of actor condition flags; every condition must be met by a given reception to trigger the actor.
     42 * PHY_AUTORESPONSE_ACTION_SETFLAGA_CONFIG(''conditions''): Configure the actor to set Flag A; ''conditions'' is a bitwise OR'd combination of actor condition flags
     43 * PHY_AUTORESPONSE_ACTION_SETFLAGB_CONFIG(''conditions''): Configure the actor to set Flag B; ''conditions'' is a bitwise OR'd combination of actor condition flags