|
CoSWoT Servient-C
|
Functions | |
| void | enqueue (Queue *queue, func newCall, char *arg) |
| Method to add a call function in the queue (for the event loop) | |
| Message * | dequeue (Queue *queue) |
| Method dequeue a queue. | |
Method dequeue a queue.
| queue | The pointer to the queue that we want to dequeue |
| void enqueue | ( | Queue * | queue, |
| func | newCall, | ||
| char * | arg | ||
| ) |
Method to add a call function in the queue (for the event loop)
| queue | The pointer to the queue that we want to enqueue on it |
| newCall | The function to call |
| arg | The arg for the function call |