]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tossim/GainRadioModel.nc
Improved accuracy of acknowledgement delivery by considering SNR
[tinyos-2.x.git] / tos / lib / tossim / GainRadioModel.nc
index 688e07a2d841e260112c36e369c8d7d91123a1e9..8a3a40f8dc76742d433d97610ec517f0ac574fa1 100644 (file)
@@ -41,7 +41,8 @@ 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();