RKH
|
Unit test for framework module. More...
Modules | |
Test cases of bit table group | |
Test cases of dynamic event group | |
Test cases of event pool group | |
Test cases of native scheduler group | |
Files | |
file | test_rkhfwk_bittbl.c |
Unit test for bit table of fwk module. | |
file | test_rkhfwk_bittbl_runner.c |
Test runner of bit table module. | |
file | test_rkhfwk_dynevt.c |
Unit test for dyncamic event of fwk module. | |
file | test_rkhfwk_dynevt_runner.c |
Test runner of dynamic event module. | |
file | test_rkhfwk_evtpool.c |
Unit test for event pool of fwk module. | |
file | test_rkhfwk_evtpool_runner.c |
Test runner of event pool module. | |
file | test_rkhfwk_sched.c |
Unit test for native scheduler of fwk module. | |
file | test_rkhfwk_sched_runner.c |
Test runner of native scheduler module. | |
Variables | |
RKH_SMA_T * | rkh_sptbl [RKH_CFG_FWK_MAX_SMA] |
Priority arranged table of registered SMA. More... | |
Unit test for framework module.
RKH_SMA_T* rkh_sptbl[RKH_CFG_FWK_MAX_SMA] |
Priority arranged table of registered SMA.
Register a state machine application into the framework implies to store a pointer to the SMA in the priority table. A unique priority number must be assigned to each SMA from 0 to RKH_LOWEST_PRIO. The lower the number, the higher the priority.
Definition at line 66 of file test_rkhfwk_sched.c.