]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf2xx/layers/ActiveMessageConfig.nc
Use BareSend/BareReceive instead of Send/Receive to avoid duplication of payload...
[tinyos-2.x.git] / tos / chips / rf2xx / layers / ActiveMessageConfig.nc
index d3dadd427c8861de48132f766418884282926dfc..1de4576bd668c07d83f0275b01241be20f431c29 100755 (executable)
 
 interface ActiveMessageConfig
 {
-       /**
-        * This command is called when the message first enters the radio stack
-        * via the Send.send command. This should clear the packet if the user
-        * forgot to do so (or return EINVAL to be strict).
-        */
-       command error_t checkPacket(message_t* msg);
-
-       /**
-        * Returns a pointer to the ActiveMessage header field in the message
-        */
-       command activemessage_header_t* getHeader(message_t* msg);
-
        /** Same as AMPacket.destination */
        command am_addr_t destination(message_t* msg);