Changes between Version 5 and Version 6 of 802.11/MAC/Upper/MACHighFramework/Scheduler


Ignore:
Timestamp:
Dec 2, 2013, 8:02:31 AM (10 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/MAC/Upper/MACHighFramework/Scheduler

    v5 v6  
    99The MAC High Framework provides a scheduler which enables future or periodic execution of arbitrary functions. The scheduler implements two sub-schedules: coarse, for occasional execution with timing accuracy of ±100ms and fine, for events requiring timing accuracy of ±100µs. Events should be added to the fine schedule only when absolutely necessary to avoid unnecessary overhead.
    1010
    11 == Example uses of scheduler ==
     11== Reference Design Scheduler Use ==
    1212
    1313'''Beacons''': the AP implementation uses the scheduler to periodically transmit beacon frames. This scheduler callback creates a new beacon frame and adds it the broadcast transmit queue.