SetGroupName for wave module
This commit is contained in:
@@ -42,6 +42,7 @@ BsmApplication::GetTypeId (void)
|
||||
{
|
||||
static TypeId tid = TypeId ("ns3::BsmApplication")
|
||||
.SetParent<Application> ()
|
||||
.SetGroupName ("Wave")
|
||||
.AddConstructor<BsmApplication> ()
|
||||
;
|
||||
return tid;
|
||||
|
||||
@@ -40,6 +40,7 @@ ChannelCoordinator::GetTypeId (void)
|
||||
{
|
||||
static TypeId tid = TypeId ("ns3::ChannelCoordinator")
|
||||
.SetParent<Object> ()
|
||||
.SetGroupName ("Wave")
|
||||
.AddConstructor<ChannelCoordinator> ()
|
||||
.AddAttribute ("CchInterval", "CCH Interval, default value is 50ms.",
|
||||
TimeValue (GetDefaultCchInterval ()),
|
||||
|
||||
@@ -30,6 +30,7 @@ ChannelManager::GetTypeId (void)
|
||||
{
|
||||
static TypeId tid = TypeId ("ns3::ChannelManager")
|
||||
.SetParent<Object> ()
|
||||
.SetGroupName ("Wave")
|
||||
.AddConstructor<ChannelManager> ()
|
||||
;
|
||||
return tid;
|
||||
|
||||
@@ -30,6 +30,7 @@ ChannelScheduler::GetTypeId (void)
|
||||
{
|
||||
static TypeId tid = TypeId ("ns3::ChannelScheduler")
|
||||
.SetParent<Object> ()
|
||||
.SetGroupName ("Wave")
|
||||
;
|
||||
return tid;
|
||||
}
|
||||
|
||||
@@ -56,6 +56,7 @@ DefaultChannelScheduler::GetTypeId (void)
|
||||
{
|
||||
static TypeId tid = TypeId ("ns3::DefaultChannelScheduler")
|
||||
.SetParent<ChannelScheduler> ()
|
||||
.SetGroupName ("Wave")
|
||||
.AddConstructor<DefaultChannelScheduler> ()
|
||||
;
|
||||
return tid;
|
||||
|
||||
@@ -33,6 +33,7 @@ HigherLayerTxVectorTag::GetTypeId (void)
|
||||
{
|
||||
static TypeId tid = TypeId ("ns3::HigherLayerTxVectorTag")
|
||||
.SetParent<Tag> ()
|
||||
.SetGroupName ("Wave")
|
||||
.AddConstructor<HigherLayerTxVectorTag> ()
|
||||
;
|
||||
return tid;
|
||||
|
||||
@@ -45,6 +45,7 @@ OcbWifiMac::GetTypeId (void)
|
||||
{
|
||||
static TypeId tid = TypeId ("ns3::OcbWifiMac")
|
||||
.SetParent<RegularWifiMac> ()
|
||||
.SetGroupName ("Wave")
|
||||
.AddConstructor<OcbWifiMac> ()
|
||||
;
|
||||
return tid;
|
||||
|
||||
@@ -247,6 +247,7 @@ VendorSpecificActionHeader::GetTypeId (void)
|
||||
{
|
||||
static TypeId tid = TypeId ("ns3::VendorSpecificActionHeader")
|
||||
.SetParent<Header> ()
|
||||
.SetGroupName ("Wave")
|
||||
.AddConstructor<VendorSpecificActionHeader> ()
|
||||
;
|
||||
|
||||
|
||||
@@ -37,6 +37,7 @@ VsaManager::GetTypeId (void)
|
||||
{
|
||||
static TypeId tid = TypeId ("ns3::VsaManager")
|
||||
.SetParent<Object> ()
|
||||
.SetGroupName ("Wave")
|
||||
.AddConstructor<VsaManager> ()
|
||||
;
|
||||
return tid;
|
||||
|
||||
@@ -34,6 +34,7 @@ WaveMacLow::GetTypeId (void)
|
||||
{
|
||||
static TypeId tid = TypeId ("ns3::WaveMacLow")
|
||||
.SetParent<MacLow> ()
|
||||
.SetGroupName ("Wave")
|
||||
.AddConstructor<WaveMacLow> ()
|
||||
;
|
||||
return tid;
|
||||
|
||||
@@ -41,6 +41,7 @@ WaveNetDevice::GetTypeId (void)
|
||||
{
|
||||
static TypeId tid = TypeId ("ns3::WaveNetDevice")
|
||||
.SetParent<NetDevice> ()
|
||||
.SetGroupName ("Wave")
|
||||
.AddConstructor<WaveNetDevice> ()
|
||||
.AddAttribute ("Mtu", "The MAC-level Maximum Transmission Unit",
|
||||
UintegerValue (MAX_MSDU_SIZE - LLC_SNAP_HEADER_LENGTH),
|
||||
|
||||
Reference in New Issue
Block a user