msLoggerNext (Function) |
Top Previous Next |
Request which type of record is the next to be read from the logger buffer. Subsequently read the specified record with msLoggerRead. Record types are:
The logger will place sensor records in the following order: Gyroscope, Accelerometer, Magnetometer, Timestamp.
Thus a timestamp always belongs to the preceding sensor measurements.
Input: Logger : SYSHANDLE A user provided handle to uniquely identify the logger. See SYSHANDLE page. This field is mandatory.
Returns: INT
Declaration FUNCTION msLoggerNext : INT; Example: // See example under msLoggerRead |