RKH
RKHSmaVtbl Struct Reference

Virtual table for the RKH_SMA_T structure. More...

#include <rkhsma.h>

Data Fields

RKHActivate activate
 
RKHTask task
 Virtual function to control the execution of the AO (thread task). More...
 
RKHPostFifo post_fifo
 
RKHPostLifo post_lifo
 

Detailed Description

Virtual table for the RKH_SMA_T structure.

Definition at line 860 of file rkhsma.h.

Field Documentation

RKHActivate activate

Virtual function to activate the active object (thread)

See also
RKH_SMA_ACTIVATE()

Definition at line 864 of file rkhsma.h.

RKHTask task

Virtual function to control the execution of the AO (thread task).

Frequently, the active object has its own task processing loop, also as known as thread of control, that waits for the signal to be posted, and when it is, loops to remove and process all events that are currently queued.

Definition at line 875 of file rkhsma.h.

RKHPostFifo post_fifo

Virtual function to asynchronously post (FIFO) an event to an AO

See also
RKH_SMA_POST_FIFO()

Definition at line 879 of file rkhsma.h.

RKHPostLifo post_lifo

Virtual function to asynchronously post (LIFO) an event to an AO

See also
RKH_SMA_POST_LIFO()

Definition at line 883 of file rkhsma.h.


The documentation for this struct was generated from the following file: