|
ocssw
V2022
|
MISSING_STRUCT
#include <nccmp.h>
Public Attributes | |
| nc_type | type |
| union { | |
| char c | |
| int8_t b | |
| short s | |
| int i | |
| float f | |
| double d | |
| }; | |
| union { | |
| char c | |
| int8_t b | |
| uint8_t ub | |
| short s | |
| uint16_t us | |
| int i | |
| uint ui | |
| int64_t l | |
| uint64_t ul | |
| float f | |
| double d | |
| }; | |
Detailed Description
Member Data Documentation
◆ @139
| union { ... } |
◆ @141
| union { ... } |
◆ b
◆ c
◆ d
◆ f
◆ i
◆ l
◆ s
◆ type
◆ ub
◆ ui
◆ ul
◆ us
The documentation for this struct was generated from the following files:


