src/wifi/model/wifi-mode.h
changeset 7550 f4e9610a07a3
parent 7407 10beb0e53130
equal deleted inserted replaced
7549:9a36f1d5d229 7550:f4e9610a07a3
    96    * \returns the physical bit rate of this signal.
    96    * \returns the physical bit rate of this signal.
    97    *
    97    *
    98    * If a transmission mode uses 1/2 FEC, and if its
    98    * If a transmission mode uses 1/2 FEC, and if its
    99    * data rate is 3Mbs, the phy rate is 6Mbs
    99    * data rate is 3Mbs, the phy rate is 6Mbs
   100    */
   100    */
   101   uint32_t GetPhyRate (void) const;
   101   uint64_t GetPhyRate (void) const;
   102   /**
   102   /**
   103    * \returns the data bit rate of this signal.
   103    * \returns the data bit rate of this signal.
   104    */
   104    */
   105   uint32_t GetDataRate (void) const;
   105   uint64_t GetDataRate (void) const;
   106   /**
   106   /**
   107    * \returns the coding rate of this transmission mode
   107    * \returns the coding rate of this transmission mode
   108    */
   108    */
   109   enum WifiCodeRate GetCodeRate (void) const;
   109   enum WifiCodeRate GetCodeRate (void) const;
   110   /**
   110   /**