#include <cogent.h>
ST_STATUS LG_Empty(IP_Task* myself, IP_Task* textlog, char* retbuf, int buflen, char* emptystring );
ST_OK on success. Otherwise ST_ERROR, and the retbuf will contain a more detailed error message (see empty in the Cascade TextLogger documentation). If the return value is ST_OK, the retbuf may not contain useful information.
This function lets you specify a string to be written whenever there is no data available for a point. This is a global value, applied to all logs.
This function corresponds to the Cascade TextLogger empty command.
Copyright © 1995-2012 by Cogent Real-Time Systems, Inc. All rights reserved.