Add sat and gnd node helpers

This commit is contained in:
Tim Schubert 2020-07-16 22:37:18 +02:00
parent 6c154b6d60
commit c2d69b4d03
11 changed files with 442 additions and 20 deletions

6
model/satellite-node.h Normal file
View file

@ -0,0 +1,6 @@
.AddAttribute ("MobilityModel", "The mobility model of the device",
PointerValue (),
MakePointerAccessor (&MockNetDevice::SetMobilityModel,
&MockNetDevice::GetMobilityModel),
MakePointerChecker<MobilityModel> ())