/usr/include/ns3.17/ns3/propagation-module.h is in libns3-dev 3.17+dfsg-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | #ifdef NS3_MODULE_COMPILATION
# error "Do not include ns3 module aggregator headers from other modules; these are meant only for end user scripts."
#endif
#ifndef NS3_MODULE_PROPAGATION
// Module headers:
#include "cost231-propagation-loss-model.h"
#include "itu-r-1411-los-propagation-loss-model.h"
#include "itu-r-1411-nlos-over-rooftop-propagation-loss-model.h"
#include "jakes-process.h"
#include "jakes-propagation-loss-model.h"
#include "kun-2600-mhz-propagation-loss-model.h"
#include "okumura-hata-propagation-loss-model.h"
#include "propagation-cache.h"
#include "propagation-delay-model.h"
#include "propagation-environment.h"
#include "propagation-loss-model.h"
#endif
|