Hi,
I am presently working on a multihop TDMA mac protocol. I am the bundled
TDMA implementation as the base and extending it.
While doing so, I need to pass a command to the TDMA mac layer of certain
nodes.
For 802_11 mac layer, its easy
set mac_ [$node_(5) set mac_(0)]
$mac_ myCommand ... ....
But when I try to do the same for TDMA, I get the following error
(procedure "_o19" line 2)
(SplitObject unknown line 2)
I would be grateful if you could tell me which files I need to modify in
order to make it work.
Thank you
Sourabh Bora
===========
The detailed Error: my own command is called "dummy" defined in the command
function in mac-tdma.cc
(_o19 cmd line 1)
invoked from within
"_o19 cmd dummy"
invoked from within
"catch "$self cmd $args" ret"
invoked from within
"if [catch "$self cmd $args" ret] {
set cls [$self info class]
global errorInfo
set savedInfo $errorInfo
error "error when calling class $cls: $args" $..."
(procedure "_o19" line 2)
(SplitObject unknown line 2)
invoked from within
"[$node_(0) set mac_(0)] dummy"
(file "ms.tcl" line 105)