This namespace contains an implmentation of inter process communications using a set of message queues which result from 'msgget' 'msgsnd' and 'msgrcv'. This are services available under a linux kernel. Reimplemented a version to service for windows. This is really a client/service registration and message routing system, it is not the message queue itself. See message for the queue implementation (again, under linux, does not use this custom queue).
RegisterService
LoadService
Name |
Description |
Defines structures and methods for receiving and sending messages. Also defines some utility macros for referencing message ID from a user interface structure. |
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|