hist_buffer_id_read (hist_task, queryid[, start[, count]])
hist_task = locate_task ("tfrc/histdb", nil);This function provides a client with access to a buffer of data created in the Cascade Historian in response to a client query. Once created, a buffer remains available in the historian until it is explicitly deleted. This function will automatically segment a request for large buffers (those exceeding a reasonable IPC message size) into multiple partial requests, and will reassemble the segments into the complete resulting buffer in the client's process.
This function corresponds to the bufferIdData command and the Cogent C API function HI_BufferIDRead.
Copyright © 1995-2006 by Cogent Real-Time Systems, Inc. All rights reserved.