src/helper/point-to-point-helper.h
changeset 4448 641b88d1e131
parent 4264 9d2e96c4e6e4
child 4481 9250a25ee683
equal deleted inserted replaced
4447:0b42685f6b78 4448:641b88d1e131
    77    * Set these attribute on each ns3::PointToPointChannel created
    77    * Set these attribute on each ns3::PointToPointChannel created
    78    * by PointToPointHelper::Install
    78    * by PointToPointHelper::Install
    79    */
    79    */
    80   void SetChannelAttribute (std::string name, const AttributeValue &value);
    80   void SetChannelAttribute (std::string name, const AttributeValue &value);
    81 
    81 
    82   void SetDeviceParameter (std::string name, const AttributeValue &value) NS_DEPRECATED;
       
    83   void SetChannelParameter (std::string name, const AttributeValue &value) NS_DEPRECATED;
       
    84 
       
    85   /**
    82   /**
    86    * \param filename filename prefix to use for pcap files.
    83    * \param filename filename prefix to use for pcap files.
    87    * \param nodeid the id of the node to generate pcap output for.
    84    * \param nodeid the id of the node to generate pcap output for.
    88    * \param deviceid the id of the device to generate pcap output for.
    85    * \param deviceid the id of the device to generate pcap output for.
    89    *
    86    *