#include <cogent.h>
ST_STATUS LG_Fall(
IP_Task* myself, IP_Task* textlog, char* retbuf, int buflen, char* direction, int nlabels, char** labels )
;
A pointer to this task's IP_Task structure normallly generated by a call to IP_NserveInit.
A pointer to the Cascade TextLogger's IP_Task structure, normally generated by a call to IP_TaskFindName.
A pointer to a character buffer to hold the return from the call.
The length of retbuf, in bytes.
One of the following:
Associates a new value with the next logged value.
Associates a new value with the previously logged value.
Associates a new value with the value nearest in time.
The number of labels (log or group names) referenced in the labels argument.
An array of char*, each of which is a pointer to a string containing a log or group name.
ST_OK on success. Otherwise ST_ERROR, and the retbuf will contain a more detailed error message (see fall in the Cascade TextLogger documentation). If the return value is ST_OK, the retbuf may not contain useful information.
This function determines how the Cascade TextLogger will associate different values logged within a given tolerance. It corresponds to the Cascade TextLogger fall command. Please refer to that document for an example.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.