src/wifi/helper/wifi-radio-energy-model-helper.h
changeset 11674 d6e7902b45b1
parent 11487 36b7799aa256
equal deleted inserted replaced
11673:ea9789e18a84 11674:d6e7902b45b1
    87    * \param n6 the name of the attribute to set
    87    * \param n6 the name of the attribute to set
    88    * \param v6 the value of the attribute to set
    88    * \param v6 the value of the attribute to set
    89    * \param n7 the name of the attribute to set
    89    * \param n7 the name of the attribute to set
    90    * \param v7 the value of the attribute to set
    90    * \param v7 the value of the attribute to set
    91    *
    91    *
    92    * Configure a propagation delay for this channel.
    92    * Configure a Transmission Current model for this EnergySource.
    93    */
    93    */
    94   void SetTxCurrentModel (std::string name,
    94   void SetTxCurrentModel (std::string name,
    95                           std::string n0 = "", const AttributeValue &v0 = EmptyAttributeValue (),
    95                           std::string n0 = "", const AttributeValue &v0 = EmptyAttributeValue (),
    96                           std::string n1 = "", const AttributeValue &v1 = EmptyAttributeValue (),
    96                           std::string n1 = "", const AttributeValue &v1 = EmptyAttributeValue (),
    97                           std::string n2 = "", const AttributeValue &v2 = EmptyAttributeValue (),
    97                           std::string n2 = "", const AttributeValue &v2 = EmptyAttributeValue (),