[ns] em() in wireless-phy.cc

2006-06-27 Thread Itxaso Pérez
Hi! I´ve been long reading the code. In wireless-phy.cc file the method “em()” is called several times. I would like to know where is this method defined. Thanks! ITxaso - Itxaso Pérez Muruaga Dpto. Técnico cbt / Ingeniería de Comunicación

Re: [ns] em() in wireless-phy.cc

2006-06-27 Thread Matthew Faulkner
Hi ITxaso... This funciton is defined in the wireless-phy header file... // Convenience method EnergyModel* em() { return node()-energy_model(); } Thanks Matt On Tue, 2006-06-27 at 12:06 +0200, Itxaso Pérez wrote: Hi! I´ve been long reading the code. In