AltairIpcPutVector

Sends vector data to the Altair program.

Syntax

int AltairIpcPutVector(unsigned long data_size, double *data)

Inputs

data_size
An unsigned long value specifying the number of data items being sent from the external program to the Altair program.
data
An array of doubles specifying the vector data being sent from the external program to the Altair program.

Comments

AltairIpcPutVector returns an integer. If the value returned is 0, the function failed. If the value returned is non-zero, the function succeeded.