equal
deleted
inserted
replaced
337 * \param rxSnr snr of packet received. |
337 * \param rxSnr snr of packet received. |
338 * |
338 * |
339 * This method is typically invoked by the lower PHY layer to notify |
339 * This method is typically invoked by the lower PHY layer to notify |
340 * the MAC layer that a packet was unsuccessfully received. |
340 * the MAC layer that a packet was unsuccessfully received. |
341 */ |
341 */ |
342 void ReceiveError (Ptr<Packet> packet, double rxSnr); |
342 void ReceiveError (Ptr<const Packet> packet, double rxSnr); |
343 private: |
343 private: |
344 void CancelAllEvents (void); |
344 void CancelAllEvents (void); |
345 uint32_t GetAckSize (void) const; |
345 uint32_t GetAckSize (void) const; |
346 uint32_t GetRtsSize (void) const; |
346 uint32_t GetRtsSize (void) const; |
347 uint32_t GetCtsSize (void) const; |
347 uint32_t GetCtsSize (void) const; |