SetGroupName for visualizer module
This commit is contained in:
@@ -85,6 +85,7 @@ PyVizPacketTag::GetTypeId (void)
|
||||
{
|
||||
static TypeId tid = TypeId ("ns3::PyVizPacketTag")
|
||||
.SetParent<Tag> ()
|
||||
.SetGroupName ("Visualizer")
|
||||
.AddConstructor<PyVizPacketTag> ()
|
||||
;
|
||||
return tid;
|
||||
|
||||
@@ -45,6 +45,7 @@ VisualSimulatorImpl::GetTypeId (void)
|
||||
{
|
||||
static TypeId tid = TypeId ("ns3::VisualSimulatorImpl")
|
||||
.SetParent<SimulatorImpl> ()
|
||||
.SetGroupName ("Visualizer")
|
||||
.AddConstructor<VisualSimulatorImpl> ()
|
||||
.AddAttribute ("SimulatorImplFactory",
|
||||
"Factory for the underlying simulator implementation used by the visualizer.",
|
||||
|
||||
Reference in New Issue
Block a user