|
ocssw
1.0
|
#include <stdint.h>Go to the source code of this file.
Typedefs | |
| typedef unsigned char | BYTE |
| typedef short int | INT16 |
| typedef int32_t | INT32 |
| typedef float | FLOAT32 |
| typedef double | FLOAT64 |
| typedef unsigned char BYTE |
Definition at line 6 of file swl0_types.h.
| typedef float FLOAT32 |
Definition at line 9 of file swl0_types.h.
| typedef double FLOAT64 |
Definition at line 10 of file swl0_types.h.
| typedef short int INT16 |
Definition at line 7 of file swl0_types.h.
| typedef int32_t INT32 |
Definition at line 8 of file swl0_types.h.
1.7.6.1