cddx_index - retrieve index to a DDS field


SYNOPSIS

#include "cdds.h"

int function cddx_index(bin_tag, name, prime);

BIN_TAG bin_tag
const char *name
int prime

DESCRIPTION

Routine, "cddx_index", returns an offset index into the trace array for the trace field defined by "name" with data type "prime". The return value will be -1 on an error. The specified "prime" type can be any prime type defined for "cdds_index".

AUTHOR

Jerry Ehlers, BP America (May 2003)