equal
deleted
inserted
replaced
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 * |