2 % CLOSEIPC - Closes the interprocess communication
5 % connection with file descriptor
sockfd.
10 % 2009-09-20 Metter@lbl.gov: Removed warning if bcvtb library is not loaded.
11 % 2009-06-26 MWetter@lbl.gov: First version, based on code of
12 % Charles Corbin, UC Boulder
14 fprintf('Warning: Cannot close socket in closeIPC(%d) because argument is negative', sockfd);
17 %
bcvtb library is not loaded
20 retVal = calllib(getBCVTBLibName(),
'closeipc',int16(
sockfd));
elseif ~libisloaded(getBCVTBLibName())%bcvtb library is not loaded retVal
elseif(strcmp(os,'mac')) LIBBCVTB
function if the BCVTB library can be loaded and if sockfd is not a negative then this function sends signal to the socket If sending a message to the socket was successful
static void XMLCALL end(void *data, const char *el)
Call back functions that will be used by the expat xml parser.