GeMRTOS
Related Functions
List Class Reference

Related Functions

(Note that these are not member functions.)

Friends And Related Function Documentation

◆ gk_LCBL_Link()

INT32 gk_LCBL_Link ( GS_LCB plcb)
related

Inserts a RunList in LCB Runining list ordered by background list and then priority.

gk_LCBL_Link

Parameters
[in]plcbPointer to the LCB list
Returns
G_TRUE if successful, G_FALSE otherwise
Todo:

Check everything about this function

Define the G_FALSE return

Definition at line 553 of file listfunctions.c.

◆ gk_LCBL_UnLink()

INT32 gk_LCBL_UnLink ( GS_LCB plcb)
related

Unlinks the LCB from the LCB List.

gk_LCBL_UnLink

Parameters
[in]plcbPointer to the LCB to unlink
Returns
G_TRUE if successful, G_FALSE otherwise
Todo:
Implement G_FALSE returns

Check if it is the first element in the list

Definition at line 623 of file listfunctions.c.

◆ gk_LCBLowerPriorityThanLCB()

INT32 gk_LCBLowerPriorityThanLCB ( GS_LCB plcb1,
GS_LCB plcb2 
)
related

Return G_TRUE if plct1 is greater than plcb2, otherwise returns G_FALSE.

gk_LCBLowerPriorityThanLCB

Parameters
[in]plcb1first pointer to GS_LCB
[in]plcb2second pointer to GS_LCB
Returns
G_TRUE if priority of plcb1 is lower than priority of plcb2

Definition at line 2284 of file listfunctions.c.


The documentation for this class was generated from the following files: