mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 18:13:57 +02:00
6 lines
296 B
C
6 lines
296 B
C
|
|
.AddAttribute ("MobilityModel", "The mobility model of the device",
|
|
PointerValue (),
|
|
MakePointerAccessor (&MockNetDevice::SetMobilityModel,
|
|
&MockNetDevice::GetMobilityModel),
|
|
MakePointerChecker<MobilityModel> ())
|