Update README and add contrib dir
This commit is contained in:
16
contrib/traffic-generator/helper/traffic-generator-helper.h
Normal file
16
contrib/traffic-generator/helper/traffic-generator-helper.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#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 */
|
||||
Reference in New Issue
Block a user