mirror of
https://github.com/nasa/fpp.git
synced 2025-12-15 12:58:25 -06:00
18 lines
283 B
Plaintext
18 lines
283 B
Plaintext
module A {
|
|
|
|
module B {
|
|
|
|
struct StructFormat {
|
|
m1: I32
|
|
@ FPP from XML: could not translate format string "%q"
|
|
m2: bool
|
|
m3: string size 23
|
|
m4: [10] F32 format "{.3e}"
|
|
m5: [10] F32 format "{.3f}"
|
|
m6: [10] F32 format "{.3g}"
|
|
}
|
|
|
|
}
|
|
|
|
}
|