src/wifi/model/wifi-phy.h
changeset 8867 743aeb2fef78
parent 7600 57ba46094a0d
child 8981 7e1c95c4d1a7
equal deleted inserted replaced
8866:a44fcd5f9c1d 8867:743aeb2fef78
    53    * that we could synchronize on this packet. It does not mean
    53    * that we could synchronize on this packet. It does not mean
    54    * we will be able to successfully receive completely the
    54    * we will be able to successfully receive completely the
    55    * whole packet. It means that we will report a BUSY status until
    55    * whole packet. It means that we will report a BUSY status until
    56    * one of the following happens:
    56    * one of the following happens:
    57    *   - NotifyRxEndOk
    57    *   - NotifyRxEndOk
    58    *   - NotifyExEndError
    58    *   - NotifyRxEndError
    59    *   - NotifyTxStart
    59    *   - NotifyTxStart
    60    */
    60    */
    61   virtual void NotifyRxStart (Time duration) = 0;
    61   virtual void NotifyRxStart (Time duration) = 0;
    62   /**
    62   /**
    63    * We have received the last bit of a packet for which
    63    * We have received the last bit of a packet for which