Previous Page: CPXfindiisFirst PageNext Page: CPXflushstdchannels

CPXflushchannel


Description

The CPXflushchannel() routine flushes (outputs and clears the buffers of) all message destinations for a channel. Use this routine in cases when it is important to have output written to disk immediately after it is generated. For most applications this routine need not be used.

Return Value

This routine does not return a value.

Synopsis

void CPXflushchannel (CPXENVptr env,
                      CPXCHANNELptr channel);

Arguments


CPXENVptr env
The pointer to the CPLEX environment as returned by one of the CPXopenCPLEX routines.

CPXCHANNELptr channel
The pointer to the channel containing the message destinations to be flushed.

Example

CPXflushchannel (env, mychannel);
Previous Page: CPXfindiisFirst PageNext Page: CPXflushstdchannels