Home
last modified time | relevance | path

Searched refs:GetMaxSustainedTrafficRate (Results 1 – 4 of 4) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wimax/model/
H A Dservice-flow.cc349 ServiceFlow::GetMaxSustainedTrafficRate (void) const in GetMaxSustainedTrafficRate() function in ns3::ServiceFlow
677 m_maxSustainedTrafficRate = sf.GetMaxSustainedTrafficRate (); in CopyParametersFrom()
707 m_maxSustainedTrafficRate = sf.GetMaxSustainedTrafficRate (); in ServiceFlow()
744 m_maxSustainedTrafficRate = o.GetMaxSustainedTrafficRate (); in operator =()
H A Dservice-flow.h274 uint32_t GetMaxSustainedTrafficRate (void) const;
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wimax/test/
H A Dmac-messages-test.cc90 …NS_TEST_ASSERT_MSG_EQ (sfRecv.GetMaxSustainedTrafficRate (), 1000000, "The sfRecv had the wrong ma… in DoRun()
H A Dwimax-tlv-test.cc187 …NS_TEST_ASSERT_MSG_EQ (sfRecv.GetMaxSustainedTrafficRate (), 1000000, "The sfRecv had the wrong ma… in DoRun()