MPIRecorderRecordPoint

Definition

typedef struct MPIRecorderRecordPoint {
	MPIGeneric64	g64;
	MPIGeneric32	g32[2];
} MPIRecorderRecordPoint;

Description

MPIRecorderRecordPoint represents a single data record, recorded into the controller’s memory buffer.

g64 Value is decoded as a 64-bit double, 64-bit signed, or unsigned integer.
g32[2] Value is decoded as a 32-bit float, 32-bit signed, or unsigned integer.

See Also

MPIRecorderRecord | mpiRecorderRecordGet