|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
Commands | The Commands class is a reflection of the 'raw' simulator interface. |
Interp | The Interp class controls operations on the python interpreter, specifically the management of events. |
Mote | The Mote class provides access to the simulated mote objects. |
Packets | The Packets class is a special reflected class to provide access to the simulator's packet transmission history. |
Radio | Interface class to the radio model. |
Random | The Random class is used as a hook to get random numbers from the single random number generator instance within the simulator. |
Sensor | Interface class to the sensor model. |
Sim | The Sim class controls high-level operations on the simulation, including pause/resume and execution control. |
SimObject | The SimObject class provides internal access to simulator objects that are not motes. |
This package is reflected into the Tython environment through the simcore module. As a general rule, one instance of each class of this package is created and bound into a single global instance. The exception is the Mote class, of which N instances are created and stored in the motes list.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |