Production Device Details: Largest atomic integer size
Largest atomic integer size for production hardware
Description
App Configuration Pane: Hardware
Configuration Objects: coder.HardwareImplementation
Specify the largest integer data type that can be atomically loaded and stored on the hardware.
Dependencies
Selecting a device using the Device vendor and Device type parameters sets a device-specific value for this parameter.
This parameter is enabled only if it can be modified for the currently selected device.
You can set this parameter to long long
only if the production
hardware supports the C long long
data type and you have selected
Enable long long.
Settings
char
This value is the default value.
int
long
long long
short
Programmatic Use
Parameter:
ProdLargestAtomicInteger |
Type: character vector | string scalar |
Values:
'Char' | 'Short' | 'Int' |
'Long' | 'LongLong' |
Default:
'Char' |
Version History
Introduced in R2011a