Hi,
I think your problem may be caused by
1. You did not bind variable debug_ to the OTcl domain. Go to the Class
TrafficFile and see whether the variable debug_ is bound properly.
2. Class TrafficFile does not have the variable debug_ at all. In this
case, you have to declare it in Class Traf
Hello,
> warning:no class variable Trafficfile::debug_
> see tcl-object.tcl in tclcl for info about this warning
I was having a similar problem, and I found the solution here, as I
posted a few days ago to this list:
http://nile.wpi.edu/NS/
Click on Otcl linkage, and search for 'warning'
Hi,
I am trying to use some trace files to generate traffic but When I run
the simulation I get
the warning message:
warning:no class variable Trafficfile::debug_
see tcl-object.tcl in tclcl for info about this warning
I tried adding "Trafficfile set debug_ false" in
./tcl/lib/ns-defa