I've got a configuration where I do:

...
arpfoo :: ARPQuerier(...);

elementclass Bar {
...
     class :: classifier(...);
...
      class [2] ->  [1] arpfoo;
...
}


but it complains that "unknown element class 'arpfoo'" in a few places, and 
that input 1 isn't used...

So I'm confused.  Everything is scoped globally... even stuff defined within an 
elementclass gets scoped globally.

Why then can't I access a global variable from within an elementclass's scope?

What am I missing?

Thanks,

-Philip


_______________________________________________
click mailing list
[email protected]
https://amsterdam.lcs.mit.edu/mailman/listinfo/click

Reply via email to