53 #ifndef __RKHSMA_SYNC_H__
54 #define __RKHSMA_SYNC_H__
Specifies the interface of the acive object (SMA state machine applications) manager.
void rkh_sma_setUnready(RKH_SMA_T *const me)
Informs the underlying kernel that the active object's event queue is becoming empty....
void rkh_sma_block(RKH_SMA_T *const me)
Encapsulates the mechanism of blocking the native event queue.
void rkh_sma_setReady(RKH_SMA_T *const me)
Encapsulates the mechanism of signaling the thread waiting on the used native event queue....
Describes the SMA (active object in UML).