Support long long
Test hardware C compiler support for C long long
data type
Model Configuration Pane: Hardware Implementation
Description
The Support long long parameter specifies whether the C compiler for your
test hardware supports the C long
long
data type. Most C99 compilers
support long long
.
Settings
off
(default) | on
on
The C compiler for the test hardware supports the C
long long
data type.This parameter enables Number of bits: long long.
off
The C compiler for the test hardware does not support the C
long long
data type and disables use of thelong long
data type on the test hardware.
Recommended Settings
Application | Setting |
---|---|
Debugging | No impact |
Traceability | No impact |
Efficiency | Target specific |
Safety precaution | No impact when Test hardware is the same as production hardware is selected. If it is not selected, no recommendation. |
Programmatic Use
Parameter: TargetLongLongMode |
Type: string | character vector |
Values:
'on' | 'off' |
Default: 'off' |
Version History
Introduced in R2013a
See Also
Topics
- Specifying Test Hardware Characteristics (Simulink Coder)
- Hardware Implementation Options (Simulink Coder)
- Number of bits: long long
- Hardware Implementation Pane