#include <cogent.h>
int IP_QueueWrite(int qid, void* msg, int length, int priority );
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-2012 by Cogent Real-Time Systems, Inc. All rights reserved.