home *** CD-ROM | disk | FTP | other *** search
- ipc.doc
-
- classes for inter process communication
-
- newMsg class uses no replyports!
- Instead SIGBREAKF_CTRL_F is used.
- So that signal shouldnt be used in your application.
-
- newPort.newPort(name=NIL, pri=NIL)
- newPort.end()
- newPort.collect()
- newPort.clear()
- newPort.collectLast()
- newPort.mp()
- newPort.wait()
- newPort.isActive()
- newPort.getSigF()
-
- newMsg.newMsg()
- newMsg.end()
- newMsg.do(newPort, type=NIL, cmnd=NIL, data=NIL)
- newMsg.getType()
- newMsg.getCmnd()
- newMsg.getData()
- newMsg.reply(reply=NIL)
- newMsg.getReply()
-
-
-
-
-