CPXflushchannel


Description

The routine CPXflushchannel() 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 (CPXCENVptr env,
                        CPXCHANNELptr channel);

Arguments

CPXCENVptr env

The pointer to the CPLEX environment as returned by CPXopenCPLEX().

CPXCHANNELptr channel

A pointer to the channel containing the message destinations to be flushed.

Example

  CPXflushchannel (env, mychannel);


Previous Page: CPXfindiis Return to Top Next Page: CPXflushstdchannels