AMS_Connect
Connects to a daemon or an AMS publisher
Synopsis
int AMS_Connect(char *host, int port, char ***list)
Input Parameters
- host
- hostname
- port
- tcp port number. Use -1 for system default port
Output Parameters
list - list of communicators attached to the Publisher.
Each element of the list consist of a
triplet(communicator name | host name | port number). The
elementof the triplet are separated by the "|" character.
Location:amsacc.c