src/helper/point-to-point-helper.cc
changeset 4448 641b88d1e131
parent 4264 9d2e96c4e6e4
child 4709 b0743dbc4e55
equal deleted inserted replaced
4447:0b42685f6b78 4448:641b88d1e131
    59 
    59 
    60 void 
    60 void 
    61 PointToPointHelper::SetChannelAttribute (std::string n1, const AttributeValue &v1)
    61 PointToPointHelper::SetChannelAttribute (std::string n1, const AttributeValue &v1)
    62 {
    62 {
    63   m_channelFactory.Set (n1, v1);
    63   m_channelFactory.Set (n1, v1);
    64 }
       
    65 
       
    66 void 
       
    67 PointToPointHelper::SetDeviceParameter (std::string name, const AttributeValue &value)
       
    68 {
       
    69   SetDeviceAttribute (name, value);
       
    70 }
       
    71 void 
       
    72 PointToPointHelper::SetChannelParameter (std::string name, const AttributeValue &value)
       
    73 {
       
    74   SetChannelAttribute (name, value);
       
    75 }
    64 }
    76 
    65 
    77 void 
    66 void 
    78 PointToPointHelper::EnablePcap (std::string filename, uint32_t nodeid, uint32_t deviceid)
    67 PointToPointHelper::EnablePcap (std::string filename, uint32_t nodeid, uint32_t deviceid)
    79 {
    68 {