Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXaddfpdest
adds a file to the list of
message destinations for a channel. The destination list for all
CPLEX-defined channels is initially empty.
Example
CPXaddfpdest (env, mychannel, fileptr);
See lpex5.c
in the CPLEX User's Manual.
env | A pointer to the CPLEX environment as returned by |
channel | A pointer to the channel for which destinations are to be added. |
fileptr | A pointer to the file to be added to the destination list. Before calling this routine, obtain this pointer with a call to |