cddx_write - write to a DDS dataset


SYNOPSIS

#include "cdds.h"

int function cddx_write(bin_tag, buffer, count);

BIN_TAG bin_tag
void *buffer
int count

DESCRIPTION

Routine, "cddx_write", writes "count" traces to the output dataset referenced by "bin_tag" from array "buffer". The number of traces written is returned or < 0 on error.

AUTHOR

Jerry Ehlers, BP America (May 2003)