#include <cogent.h>
int DR_ApConnectIPC(
char* taskname, IP_hTASK my_task, IP_hMSG send_msg, IP_hMSG reply_msg, char* admin_name )
;
The name of the user's application; it can be any unique name in the system's namespace.
The task structure required to establish inter-process communication (IPC) with another Cogent product. If NULL is specified, then this function will create the required internal task structure. The process of creating the task structure will automatically publish the taskname to the Cascade NameServer (nserve) if it is running.
The message structures required to send and receive IPC messages to another Cogent product. If NULL is specified, then this function will create the required internal structures with a maximum buffer size of 2048 bytes. Messages greater than 2048 bytes in length will be truncated.
Taskname or PID of the driver (see drcif_ad in the respective Cogent Driver manual).
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.