Modules | |
| General parameters to be set before start | |
| ZBOSS kernel initialization and start | |
| ZBOSS main loop | |
| ZBOSS commissioning signals handler | |
| Get general parameters | |
| NWK Address translation table access | |
Macros | |
| #define | MAIN() main(a,v) |
| #define | MAIN_RETURN(retc) return (retc) |
Detailed Description
Macro Definition Documentation
◆ MAIN
| #define MAIN | ( | ) | main(a,v) |
◆ MAIN_RETURN
| #define MAIN_RETURN | ( | retc | ) | return (retc) |
Return statement of ZBOSS application entry point. Corresponds to exit() call from main(). Platform-dependent.