|
bool qQueuePush |
( |
Q_QUEUE * |
queue, |
|
|
const void * |
object | |
|
) |
| | |
Push object into queue
- Parameters:
-
| queue | a pointer of Q_QUEUE |
| object | object pointer which points object data to push |
- Returns:
- true if successful, otherwise(queue full or not initialized) returns false
Definition at line 203 of file qQueue.c.
|