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
FieldsModifier and TypeFieldDescriptionstatic final shortBabel timer id used inside the demo protocol. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class pt.unl.fct.di.novasys.babel.generic.ProtoTimer
getId
-
Field Details
-
TIMER_ID
public static final short TIMER_IDBabel 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:
clonein classpt.unl.fct.di.novasys.babel.generic.ProtoTimer
-