Class RadioSendTimer

java.lang.Object
pt.unl.fct.di.novasys.babel.generic.ProtoTimer
pt.paradigmshift.iot.demos.events.RadioSendTimer
All Implemented Interfaces:
Cloneable

public class RadioSendTimer extends pt.unl.fct.di.novasys.babel.generic.ProtoTimer
Periodic timer that drives the "send" side of the LoRa and ZigBee radio demos: on every tick the demo broadcasts one small packet.

Developed by ParadigmShift, Lda.

Author:
ParadigmShift, Lda (info@paradigmshift.pt)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final short
    Babel timer id used inside the demo protocol.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    pt.unl.fct.di.novasys.babel.generic.ProtoTimer
     

    Methods inherited from class pt.unl.fct.di.novasys.babel.generic.ProtoTimer

    getId

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • TIMER_ID

      public static final short TIMER_ID
      Babel timer id used inside the demo protocol. ID: 667.
      See Also:
  • Constructor Details

    • RadioSendTimer

      public RadioSendTimer()
  • Method Details

    • clone

      public pt.unl.fct.di.novasys.babel.generic.ProtoTimer clone()
      Specified by:
      clone in class pt.unl.fct.di.novasys.babel.generic.ProtoTimer