Supported Data Types
The "RSL15 Supported Data Types" table shows the data types and their sizes as supported by the RSL15 firmware.
|
Data Type |
Number of Bytes |
|---|---|
|
double1 |
8 |
|
float |
4 |
|
int |
4 |
|
long int |
4 |
|
uint8_t
|
1 |
|
uint16_t |
2 |
|
uint32_t |
4 |
|
uint64_t |
8 |
NOTE: All uint_t types are included under the stdint.h library.