Changes between Version 29 and Version 30 of WANMAC


Ignore:
Timestamp:
Jul 21, 2006, 2:32:23 PM (18 years ago)
Author:
varunnayyar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WANMAC

    v29 v30  
    243243
    244244
    245 
    246 
     245[source:/ResearchApps/MAC/WANMAC/Basestation/basestation.c@305#L51 SetTimer]
     246The setTimer function allows the use of software timers for the MAC. Currently, the two types of timers for transmitting and the other for receiving.
     247This function is called each time a Map entry is read and a specific time needs to be set for waiting or transmitting. Once the timer expires,
     248the timer hadler function is called and the state of the machine can be changed.
     249
     250
     251[source:/ResearchApps/MAC/WANMAC/Basestation/basestation.c@305#L51 TransmitfrmQ]
     252This function makes the call to pull out packets from the queue specified and hands them over to the PHY layer. It simply waits in the while
     253loop as long the timer goes on.
    247254
    248255