equal
deleted
inserted
replaced
97 MakeTimeAccessor (&WifiMac::SetSlot, |
97 MakeTimeAccessor (&WifiMac::SetSlot, |
98 &WifiMac::GetSlot), |
98 &WifiMac::GetSlot), |
99 MakeTimeChecker ()) |
99 MakeTimeChecker ()) |
100 .AddAttribute ("Pifs", "The value of the PIFS constant.", |
100 .AddAttribute ("Pifs", "The value of the PIFS constant.", |
101 TimeValue (GetDefaultSifs () + GetDefaultSlot ()), |
101 TimeValue (GetDefaultSifs () + GetDefaultSlot ()), |
102 MakeTimeAccessor (&WifiMac::m_pifs), |
102 MakeTimeAccessor (&WifiMac::SetPifs, |
|
103 &WifiMac::GetPifs), |
103 MakeTimeChecker ()) |
104 MakeTimeChecker ()) |
104 .AddAttribute ("MaxPropagationDelay", "The maximum propagation delay. Unused for now.", |
105 .AddAttribute ("MaxPropagationDelay", "The maximum propagation delay. Unused for now.", |
105 TimeValue (GetDefaultMaxPropagationDelay ()), |
106 TimeValue (GetDefaultMaxPropagationDelay ()), |
106 MakeTimeAccessor (&WifiMac::m_maxPropagationDelay), |
107 MakeTimeAccessor (&WifiMac::m_maxPropagationDelay), |
107 MakeTimeChecker ()) |
108 MakeTimeChecker ()) |