examples/PIPS/opencmessagequeuelibraryex/exe/src/MsgQClient.c File Reference

Go to the source code of this file.

Functions

void ThreadFunction (int *id)
int main ()

Variables

ULONG q1 = 1
ULONG q2 = 2
const int KMaxMsg = 10

Detailed Description

Description: A multithread program used for Testing MsgQLib library. This application will create 2 message queues and creates 2 threads passing them the queue id. These threads will send and receive messages to each other. Copyright (c) 2007 Nokia Corporation. This material, including documentation and any related computer programs, is protected by copyright controlled by Nokia Corporation.

Definition in file MsgQClient.c.


Function Documentation

void ThreadFunction ( int *  id  ) 

Entry point for threads This will send message to one queue and wait for some messages from other queue

Definition at line 29 of file MsgQClient.c.


Generated by  doxygen 1.6.2