cddx_dict - change DDS dictionary access


SYNOPSIS

#include "cdds.h"

int function cddx_dict(bin_tag, mode);

BIN_TAG bin_tag
const char *mode

DESCRIPTION

"cddx_dict" is provided to change the mode of the buffer dictionary associated with the given bin_tag.

Dictionaries created by cddx_in and cddx_out are not named as the "par:" dictionary is and so cdds_dict is unable to change their mode. cddx_dict enables "scan" and "print" access to these dictionaries through their BIN_TAG.

AUTHOR

Jerry Ehlers, BP America (May 2003)