Interface: tos.interfaces.RadioCoordinator

interface RadioCoordinator

Events
event void blockTimer() Signals the start of processing of a new block by the radio.
event void byte(TOS_MsgPtr msg, uint8_t byteCount) This event indicates that another byte of the current packet has been rxd
event void startSymbol(uint8_t bitsPerBlock, uint8_t offset, TOS_MsgPtr msgBuff) This event indicates that the start symbol has been detected and its offset

Events - Details

blockTimer

event void blockTimer()

Signals the start of processing of a new block by the radio. This event is signaled regardless of the state of the radio. This function is currently used to aid radio-based time synchronization.

byte

event void byte(TOS_MsgPtr msg, uint8_t byteCount)

This event indicates that another byte of the current packet has been rxd

startSymbol

event void startSymbol(uint8_t bitsPerBlock, uint8_t offset, TOS_MsgPtr msgBuff)

This event indicates that the start symbol has been detected and its offset