When we start a module. it will call module get and module set with the mask value of 0xFFFFFFFF. when we stop the module .it also will call module set and module get with the mask value of 0x0 ?
We have found documentation describing 0xFFFFFFFF and 0x0. we have the other question.
for example we create two custom modules. one module has a pointer to another module . we hope to get the information of another module through the pointer when the mask is 0xFFFFFFFF in the set function,but the pointer is NULL.when we send a message to the module , the pointer is not null. is there a certain order between the modules ? how to control the initialization order of the modules?
2:22am
We have found documentation describing 0xFFFFFFFF and 0x0. we have the other question.
for example we create two custom modules. one module has a pointer to another module . we hope to get the information of another module through the pointer when the mask is 0xFFFFFFFF in the set function,but the pointer is NULL.when we send a message to the module , the pointer is not null. is there a certain order between the modules ? how to control the initialization order of the modules?