MPIControlValidSampleRates

Definition

typedef struct MPIControlValidSampleRates {
	MPI_BOOL noRestrictions;
	int32_t frequencyCount;
	double freq[MPIControlMAX_VALID_SAMPLE_RATES];
} MPIControlValidSampleRates;

Description

MPIControlValidSampleRates is a structure that lists the valid controller sample rate values if they are restricted to specific values.

noRestrictions TRUE or FALSE. If TRUE, the sample rate is not limited to specific values. If FALSE, then frequencyCount and freq provides the number and possible sample rates.
frequencyCount The number of valid sample rates in the freq[] array freq[MPIControlMAX_VALID_SAMPLE_RATES] – an array of the valid sample rates. The valid rates are indexed by 0 to frequencyCount.

See Also

mpiControlValidSampleRates | mpiControlNearestValidSampleRate | mpiControlTimingConfigGet | mpiControlTimingConfigSet | Valid Network Sample Rates