1 #ifndef _MATLABSOCKET_H_
24 #define _MATLABSOCKET_H_
63 const int *flaWri,
int *
flaRea,
int establishclientsocket(const char *const docname)
Establishes a connection to the socket.
int closeipc(int *sockfd)
Closes the inter process communication socket.
Define statements used by the BCVTB C methods.
end Get return values from pointers flaRea
int sendclienterror(const int *sockfd, const int *flaWri)
Writes an error flag to the socket stream.
int exchangedoubleswithsocket(const int *sockfd, const int *flaWri, int *flaRea, const int *nDblWri, int *nDblRea, double *simTimWri, double dblValWri[], double *simTimRea, double dblValRea[])
Exchanges data with the socket.