]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/xe1205/phy/XE1205PhyRxTx.nc
LPL fixes, thanks to Francois Ingelrest and Roland Flury for the help
[tinyos-2.x.git] / tos / chips / xe1205 / phy / XE1205PhyRxTx.nc
index c3d464d1c4ada92f95199abad0333cbaa86e1a1e..872da62e6b6091579c1d17eb58f677fe75165710 100644 (file)
@@ -93,6 +93,17 @@ interface XE1205PhyRxTx {
   async event void rxFrameEnd(char* data, uint8_t len, error_t status);
 
 
+ /**
+   * Signalled at end of a Ack reception.
+   *
+   * @param data pointer to Ack (at first byte of header)
+   * @param len length of the Ack 
+   * @param status SUCCESS if packet received ok, ERROR if packet reception was aborted.
+   *
+   */
+  async event void rxAckEnd(char* data, uint8_t len, error_t status);
+
+
   /** 
    * Set header size, ie number of bytes at start of packet to be read and passed along 
    * with the rxFrameBegin() event.