Name
prti_get_RCMconnection
Purpose
Connect to remote connection manager.
Description
In order to connect to the data server on a remote node, this function must first make sure the remote node is active. Once we know it is active and we have initialized with RCM, RCM will handle the connections later.
Syntax
int prti_get_RCMconnection ( cimp_sys, retstat )
char *cimp_sys;
COR_STATUS *retstat;
Data Structures
None
Arguments
Argument |
Description |
Input |
|
cimp_sys |
Pointer to a null terminated string containing the project or node name of the remote system to connect to. |
Output |
|
retstat |
Pointer to COR_STATUS structure |
Return Value
Either COR_SUCCESS or COR_FAILURE
COR_SUCCESS is returned if the remote system is active. COR_FAILURE is returned if we cannot connect to the remote system.
Application subroutines. |