|
ocssw
V2022
|
swl0_types.h File Reference
#include <stdint.h>
Include dependency graph for swl0_types.h:
This graph shows which files directly or indirectly include this file:
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 Documentation
◆ BYTE
| typedef unsigned char BYTE |
Definition at line 6 of file swl0_types.h.
◆ FLOAT32
| typedef float FLOAT32 |
Definition at line 9 of file swl0_types.h.
◆ FLOAT64
| typedef double FLOAT64 |
Definition at line 10 of file swl0_types.h.
◆ INT16
| typedef short int INT16 |
Definition at line 7 of file swl0_types.h.
◆ INT32
| typedef int32_t INT32 |
Definition at line 8 of file swl0_types.h.


