]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf2xx/layers/LowPowerListeningConfig.nc
reorganized packet header handling, added RF212Ieee154MessageC for BLIP
[tinyos-2.x.git] / tos / chips / rf2xx / layers / LowPowerListeningConfig.nc
index c0f2157ac2eca4d8d44c8d1191b361350299e191..e8bf31f785526b0558d89738bd94f825257d3fc3 100644 (file)
  * Author: Miklos Maroti
  */
 
-#include <LowPowerListeningLayer.h>
-
 interface LowPowerListeningConfig
 {
-       /**
-        * Returns a pointer to the low power listening metadata fields in 
-        * the message
-        */
-       async command lpl_metadata_t* metadata(message_t* msg);
-
-       /**
-        * Clears the low power listening metadata fields in order to disable 
-        * low power listening for the message
-        */
-       async event void clear(message_t* msg);
-
        /**
         * Returns TRUE if an acknowledgement is requested for this message.
         */