[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] dear users



ns Notes and Documents Chap3 will be helpful.
Please read,  http://www.isi.edu/~salehi/ns_doc/node21.html

" Each of the variables that is bound is automatically initialised with
default values when the object is created. The default values are
specified as interpreted class variables. This initialisation is done by
the routing []init-instvar, invoked by methods in the class Instvar,
described laterSectionsec:InstVar. []init-instvar checks the class of the
interpreted object, and all of the parent class of that object, to find
the first class in which the variable is defined. It uses the value of
the variable in that class to initialise the object. Most of the bind
initialisation values are defined in tcl/lib/ns-default.tcl. "

- Hyunah

> Dear users.
>
> i have to bind variables which i must change their values in my C++
> program. when i did that i noticed that these variables do not vary.
> they have always values done at tcl level. in fact i have to calculate
> these values like in the loss-monitor program. what can i do?
> thanks for your help.
>
> abbas