Functions | |
long | write (FILE *fcnt, count_t **buffer, size_t buflen, int nbuf) |
Write the channel count series to disk. More... | |
void | read (FILE *fcnt, count_t **buffer, size_t buflen, int nbuf, long addr) |
Read the channel count series from disk. More... |
|
Read the channel count series from disk.
The function uses the fseek() to set the file position to the given addr, and reads sequentially all nbuf channel buffers from disk into the respective buffer[iCounter]. |
|
Write the channel count series to disk.
|