Table of Contents
updateCONFLIST - update data and status fields in a CONFLIST record
updateCONFLIST updates CONFLIST.Current, CONFLIST.Prev, CONFLIST.Status.
This provides a shortcut to writing the same assignments over and over
again.
This function is part of libmngr.
void updateCONFLIST(
CONFLIST *CFpnt,
double V,
int error
);
A pointer to a
CONFLIST record.
The new value.
The new
status value.
libmngr.3
$Id: updateCONFLIST.3,v
1.0 2002/03/18 03:18:29 kitchen Exp $
Table of Contents