FUNCTION SMC_AppendObj : POINTER TO SMC_GEOINFO
Appends an object to a SMC_OUTQUEUE. In case of success, the function will return a pointer to the new list element, otherwise it will return 0. task-safety: call from producer task only
Scope
Name
Type
Comment
Input
poq
POINTER TO SMC_OUTQUEUE
The out queue
pgi
POINTER TO SMC_GEOINFO
Object to be appended
Return
SMC_AppendObj