Next: datatype_memcpy, Previous: bpipe_output_delete, Up: Internal Functions
Create an output map for an output channel.
#include <bpipe/bpipe.h>static int create_output_map( void *data, void *udata );
void *data
- Not Documented.
void *udata
- Not Documented.
This routine creates a core image to output image map for a particular output channel. It is an action routine called with the output channel as the passed data.
It returns zero upon success, non-zero upon error. It sets
bpipe_errno
upon error.
Upon error bpipe_errno
is set to one of the following:
BPEBADPIPE
BPENOMEM