Hi all!
I am presently experiencing an issue while retrieving information of the
Wireless-Phy layer class at the rotuing layer.
I am using the old fashioned way of declaring a function in the public doamin
of the Wireless-Phy class (as i need to pop the protected parameters of that
class) and initiating the WirelessPhy class in my agent class. Using the
object I will try to access the public defined function which inturn help me in
popinig the protected value, although I can use friend way but that has limited
visibility. So in my way I am facing the error since no object has been
created for that class (WirelessPhy).
Do you have any idea how to handle this case?
Cheers