Bases: threading.Thread
Contextual parent must call this method before other use of mote handler.
headerPath Path to openwsnmodule_obj.h, containing notifIds
Required since this module cannot know where to find the header file.
Bases: openvisualizer.eventBus.eventBusClient.eventBusClient
The propagation model of the engine.
Bases: object
The main simulation engine.
Bases: threading.Thread
The timeline of the engine.
Cancels all events identified by their description
Parameters: | desc – A unique description (a string) of this event. |
---|---|
Returns: | The number of events canceled. |
Add an event into the timeline
Parameters: |
|
---|
Bases: object