X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Ftossim%2FGainRadioModel.nc;h=d7d7496f06c828f0b520429a10c6e00aba54f78d;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=688e07a2d841e260112c36e369c8d7d91123a1e9;hpb=1ba974b83d19fc41bf80acd52726f36f7f1df297;p=tinyos-2.x.git diff --git a/tos/lib/tossim/GainRadioModel.nc b/tos/lib/tossim/GainRadioModel.nc index 688e07a2..d7d7496f 100644 --- a/tos/lib/tossim/GainRadioModel.nc +++ b/tos/lib/tossim/GainRadioModel.nc @@ -41,10 +41,12 @@ interface GainRadioModel { message_t* msg, bool ack, sim_time_t endTime, - double gain); + double gain, + double reverseGain); command void setClearValue(double value); command bool clearChannel(); + command void setPendingTransmission(); event void acked(message_t* msg); event void receive(message_t* msg);