This type also contains information about sensors and mote interfaces a mote of this type has.
All core communication with the Cooja mote should be via this class. When a mote type is created it allocates a CoreComm to be used with this type, and loads the variable and segments addresses.
When a new mote type is created an initialization function is run on the Contiki system in order to create the initial memory. When a new mote is created the createInitialMemory() method should be called to get this initial memory for the mote. @author Fredrik Osterlind
|
|
|
|