Specifies whether the generated code contains a single unique variable to hold the value for every Data Store Read and Write operation performed on a Data Store Memory block.
Category: Code Generation > Interface
Default: off
Creates a unique variable for each Data Store Memory block read/write operation. This unique variable enhances data coherency.
Does not allocate a unique variable in the generated code for each Data Store Memory block read/write operation. This absence of an unique variable, diminishes data coherency.
This parameter requires Embedded Coder® license.
Parameter:
DSAsUniqueAccess |
Type: character vector |
Value:
'on' | 'off' |
Default:
'off' |
Application | Setting |
---|---|
Debugging | On |
Traceability | On |
Efficiency | No impact |
Safety precaution | No impact |