Interface: tos.chips.tda5250.mac.Duplicate

interface Duplicate

Keep information for the MAC protocols to suppress duplicates.

Author:
Andreas Koepke (koepke at tkn.tu-berlin.de)

Commands
command bool isNew(am_addr_t src, am_addr_t dest, uint8_t seqno) check whether this message is a new message, does not store anything *
command void remember(am_addr_t src, am_addr_t dest, uint8_t seqno) remember the fingerprint of this message, stores/updates the information *

Commands - Details

isNew

command bool isNew(am_addr_t src, am_addr_t dest, uint8_t seqno)

check whether this message is a new message, does not store anything *

remember

command void remember(am_addr_t src, am_addr_t dest, uint8_t seqno)

remember the fingerprint of this message, stores/updates the information *