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