Hello Friends, How it is possible to check a value of a parameter in the tcl script from a .cc code? e.g. in AODV i have declared a variable and assigning a value at certain point. I want tcl script can read that value so that I can perform some other operation in tcl script.
I know use of bind( "x_" , "&x") and it works like passing value from tcl to .cc, what if I want other way around from .cc to tcl?? Any clue will be appreciated. with Regards.