| |||
| Home > The Cycle Accurate Debug Interface > Defining a CADI interface > CADI::CADIGetParameterValues() |
Return the current parameter values.
virtual CADIReturn_t CADI::CADIGetParameterValues(uint32_t parameterCount,
uint32_t *actualNumOfParamsRead,
CADIParameterValue_t *paramValuesOut) =0
where:
parameterCountis the length of array paramValuesOut.
actualNumOfParamsReadis the number of valid entries in paramValuesOut.
This must be initialized to 0 by the caller.
If an error code is returned and actualNumOfParamsRead is
greater than 0, the first actualNumOfParams entries
are valid and caused no error. The entry paramValuesOut[actualNumOfParamsRead] caused
the error.
paramValuesOutis an output buffer that will hold the parameter values.