logNext (Function) |
Top Previous Next |
logNext will advance the current read-pointer one step ahead (forward in time).
Note for multithreading application: There is only one global read pointer available for each Datalogger which means that several threads navigating the Datalogger should implement critical sections to avoid problems.
Input: handle : SYSHANDLE A handle to the Datalogger to move the read-pointer in. If not provided, it will work on the flash-based log. Only supported on NX32L with firmware 1.50.00 or newer.
Returns: BOOL True if successful, false if there is no record to move to (if there is no next record or Datalogger is empty).
Declaration: FUNCTION logNext : BOOL;
Example: INCLUDE rtcu.inc |