SMC_DeleteObj (FUN)ΒΆ
FUNCTION SMC_DeleteObj : BOOL
Removes an object from an SMC_OUTQUEUE.
The n-th object will be deleted from the list (poq),
counting starts with 0.
If N-1 is greater than the number of SMC_GEOINFO objects stored
in the list, nothing will happen and FALSE will be
returned instead of TRUE.
task-safety: only task-safe if N = 0 and called from consumer task
- InOut:
- Scope - Name - Type - Comment - Input - poq- POINTER TO SMC_OUTQUEUE - The out qeueu - N- UINT- Index of object to be deleted (Note, that - N=0mentions the first element of the list).- Return - SMC_DeleteObj- BOOL
