#include <cogent.h>
int IP_QueueWrite(
int qid, void* msg, int length, int priority )
;
A queue ID.
The message buffer to be sent to the queue.
The length in bytes of msg.
The priority of this message.
This function writes a message to the queue specified by qid. Higher priority numbers are treated as having a higher priority. Priority ordering is not currently implemented. A single write to the queue is limited by the operating system. Queue messages transmitted in a single write will never be broken apart or concatenated with other messages.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.