Constant value parameter generator implementation.
More...
Go to the source code of this file.
Constant value parameter generator implementation.
Definition in file param_generator_constant.h.
◆ param_generator_constant
struct param_generator_constant |
◆ param_generator_constant_initialize()
static void * param_generator_constant_initialize |
( |
void ** |
region | ) |
|
|
static |
How to initialise the constant parameter generator.
- Parameters
-
[in,out] | region | Region to read setup from. Should be updated to position just after parameters after calling. |
- Returns
- A data item to be passed in to other functions later on
Definition at line 40 of file param_generator_constant.h.
◆ param_generator_constant_free()
static void param_generator_constant_free |
( |
void * |
generator | ) |
|
|
static |
How to free any data for the constant parameter generator.
- Parameters
-
[in] | generator | The generator to free |
Definition at line 57 of file param_generator_constant.h.
◆ param_generator_constant_generate()
static accum param_generator_constant_generate |
( |
void * |
generator | ) |
|
|
static |
How to generate values with the constant parameter generator.
- Parameters
-
[in] | generator | The generator to use to generate values |
- Returns
- The value generated
Definition at line 66 of file param_generator_constant.h.