17 lines
281 B
C++
17 lines
281 B
C++
#ifndef TRAFFIC_GENERATOR_HELPER_H
|
|
#define TRAFFIC_GENERATOR_HELPER_H
|
|
|
|
#include "ns3/traffic-generator.h"
|
|
|
|
namespace ns3
|
|
{
|
|
|
|
// Each class should be documented using Doxygen,
|
|
// and have an \ingroup traffic-generator directive
|
|
|
|
/* ... */
|
|
|
|
}
|
|
|
|
#endif /* TRAFFIC_GENERATOR_HELPER_H */
|