docs: yaml: put static/dynamic array FT obj. C types example in partial
[barectf.git] / docs / modules / yaml / partials / array-ft-obj-gen-c-types-example.adoc
1 .Generated C{nbsp}types for various element field types.
2 ====
3 [%autowidth.stretch]
4 |===
5 |Element field type |Generated C{nbsp}type
6
7 |8-bit unsigned xref:int-ft-obj.adoc[integer]
8 |`const uint8_t *`
9
10 |32-bit signed integer
11 |`const int32_t *`
12
13 |Single-precision xref:real-ft-obj.adoc[real]
14 |`const float *`
15
16 |xref:str-ft-obj.adoc[String]
17 |`const char * const *`
18
19 |xref:static-array-ft-obj.adoc[Static array] of 16-bit signed integers
20 |`const int16_t * const *`
21
22 |Static array of double-precision reals
23 |`const double * const *`
24
25 |Static array of strings
26 |`const char * const * const *`
27
28 |Static array of static arrays of 32-bit unsigned integers
29 |`const uint32_t * const * const *`
30 |===
31 ====
This page took 0.037836 seconds and 4 git commands to generate.