Fwd: How can I pass an Integer value from a .cc file to .tcl file?
Sana Shaikh <[email protected]> Wed, 18 May 2016 18:52:58 +0500
| Newsgroups | gmane.network.simulator.isi |
|---|---|
| Message-ID | <CAL5XDq387-RCv7wzjVfuGYPnG=iZC4FzVOFtJ-kzgxQ9-OGhiA@mail.gmail.com> |
I am counting packets using a variable in .cc file. Now, I want to get that value in my .tcl script, store it in some variable and perform some operation on it? How is that possible?