Uses of Interface
sidnet.stack.std.mac.ieee802_15_4.TimerInterface802_15_4

Packages that use TimerInterface802_15_4
sidnet.stack.driver   
sidnet.stack.std.mac.ieee802_15_4   
 

Uses of TimerInterface802_15_4 in sidnet.stack.driver
 

Classes in sidnet.stack.driver that implement TimerInterface802_15_4
 class GenericTimer
           
 

Fields in sidnet.stack.driver declared as TimerInterface802_15_4
 TimerInterface802_15_4 MainLine.timerEntity
           
 

Methods in sidnet.stack.driver that return TimerInterface802_15_4
 TimerInterface802_15_4 GenericTimer.getProxy()
           
 

Uses of TimerInterface802_15_4 in sidnet.stack.std.mac.ieee802_15_4
 

Classes in sidnet.stack.std.mac.ieee802_15_4 that implement TimerInterface802_15_4
 class macAssoRspWaitTimer
           
 class macBackoffTimer
           
 class macBeaconOtherTimer
           
 class macBeaconRxTimer
           
 class macBeaconSearchTimer
           
 class macBeaconTxTimer
           
 class macDataWaitTimer
           
 class macDeferCCATimer
           
 class macExtractTimer
           
 class macRxEnableTimer
           
 class macScanTimer
           
 class macTxOverTimer
           
 class macTxTimer
           
 class p802_15_4Timer
           
 class Phy802_15_4Timer
           
 class SSCS802_15_4Timer
           
 class ToSleepTimer
           
 class ToSleepTimer2
           
 class WrapperPhy802_15_4Timer
           
 

Fields in sidnet.stack.std.mac.ieee802_15_4 declared as TimerInterface802_15_4
 TimerInterface802_15_4 Mac802_15_4Impl.bcnRxT
           
 

Methods in sidnet.stack.std.mac.ieee802_15_4 that return TimerInterface802_15_4
 TimerInterface802_15_4 Phy802_15_4Timer.getProxy()
           
 TimerInterface802_15_4 SSCS802_15_4Timer.getProxy()
           
 TimerInterface802_15_4 ToSleepTimer.getProxy()
           
 TimerInterface802_15_4 ToSleepTimer2.getProxy()
           
 TimerInterface802_15_4 WrapperPhy802_15_4Timer.getProxy()
           
 TimerInterface802_15_4 macAssoRspWaitTimer.getProxy()
           
 TimerInterface802_15_4 macBackoffTimer.getProxy()
           
 TimerInterface802_15_4 macBeaconOtherTimer.getProxy()
           
 TimerInterface802_15_4 macBeaconRxTimer.getProxy()
           
 TimerInterface802_15_4 macBeaconSearchTimer.getProxy()
           
 TimerInterface802_15_4 macBeaconTxTimer.getProxy()
           
 TimerInterface802_15_4 macDataWaitTimer.getProxy()
           
 TimerInterface802_15_4 macDeferCCATimer.getProxy()
           
 TimerInterface802_15_4 macExtractTimer.getProxy()
           
 TimerInterface802_15_4 macRxEnableTimer.getProxy()
           
 TimerInterface802_15_4 macScanTimer.getProxy()
           
 TimerInterface802_15_4 macTxOverTimer.getProxy()
           
 TimerInterface802_15_4 macTxTimer.getProxy()
           
 TimerInterface802_15_4 p802_15_4Timer.getProxy()
           
 

Methods in sidnet.stack.std.mac.ieee802_15_4 with parameters of type TimerInterface802_15_4
 void Phy802_15_4Impl.requestNewSleepTimer(TimerInterface802_15_4 timerEntity)
           
 void Phy802_15_4Timer.setNewSleepTimer(TimerInterface802_15_4 timerEntity)
           
 void WrapperPhy802_15_4Timer.setNewSleepTimer(TimerInterface802_15_4 timerEntity)
           
 

Constructors in sidnet.stack.std.mac.ieee802_15_4 with parameters of type TimerInterface802_15_4
Phy802_15_4Timer(Phy802_15_4 p, int tp, int id, EnergyManagement energyManagementUnit, TimerInterface802_15_4 toSleepTimerEntity)
          ToSleepTimer is for energyConsumptionModel.
WrapperPhy802_15_4Timer(Phy802_15_4 p, int tp, int id, EnergyManagement energyManagementUnit, TimerInterface802_15_4 toSleepTimerEntity)
          ToSleepTimer is for energyConsumptionModel.