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 publish/subscribe group | |
Test cases of AO ready group | |
Files | |
file | test_rkhfwk_bittbl.c |
Unit test for bit table of fwk module. | |
file | test_rkhfwk_dynevt.c |
Unit test for dyncamic event of fwk module. | |
file | test_rkhfwk_evtpool.c |
Unit test for event pool of fwk module. | |
file | test_rkhfwk_pubsub.c |
Unit test for publish/subscribe mechanism of fwk module. | |
file | test_rkhfwk_rdygrp.c |
Unit test for AO ready of fwk 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 82 of file test_rkhfwk_pubsub.c.