]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tossim/GainRadioModel.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / lib / tossim / GainRadioModel.nc
index 688e07a2d841e260112c36e369c8d7d91123a1e9..d7d7496f06c828f0b520429a10c6e00aba54f78d 100644 (file)
@@ -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);