NeuroNexus Technologies, Inc. ©2014
| 655 Fairfield Court, Suite 100, Ann Arbor, Michigan USA
Telephone: +1.734.913.8858 | Fax: +1.734.786.0069 |
APPENDIX B
Appendix B: Data File Formats
uint16
int16
unsigned 16-bit integer
uint32
int32
single
double
QString
signed 16-bit integer
unsigned 32-bit integer
signed 32-bit integer
32-bit single-precision floating point number
64-bit double-precision floating point number
length-prefixed Unicode string (see below)
0 to 65,535
-32,768 to 32,767
0 to 4,294,967,295
-2,147,483,648 to 2,147,483,647
±3.4 x 10
±38
with 7-digit accuracy
±1.7 x 10
±308
with 15-digit accuracy
0 to 2,147,483,647 Unicode characters
NAME
DESCRIPTION
RANGE
Most of the data types described in this document will be familiar to those with rudimentary programming experience. The following table summarizes
the data types referenced in this document:
p.30