typedef struct MPICompensatorInfo {
long tableDimensions[MPICompensatorDimensionMAX], long tableSizeBytes,
} MPICompensatorInfo;
Description
tableDimensions
The dimensions along each axis of the table. This value is affected by the values set in the MPICompensatorConfig structure.
tableSizeBytes
The size (in Byte) required to store the entire compensation table in a host resident structure or array. This value is affected by the values set in the MPICompensatorConfig structure. This is NOT the amount of memory allocated on the controller by setting the MPIControlConfig.compensatorPointCount value.