Names for the variables used to index into the mixed-radix array.
More...
|
| static String | db = "dst_bank" |
| | Standardized name for bank index variable for a destination.
|
| static String | dc = "dst_channel" |
| | Standardized name for channel index variable for a destination.
|
| static String | dr = "dst_runtime" |
| | Standardized name for runtime index variable for a destination.
|
| static String | sb = "src_bank" |
| | Standardized name for bank index variable for a source.
|
| static String | sc = "src_channel" |
| | Standardized name for channel index variable for a source.
|
| static String | sr = "src_runtime" |
| | Standardized name for runtime index variable for a source.
|
Names for the variables used to index into the mixed-radix array.
◆ db
| String org.lflang.generator.c.CMixedRadixGenerator.db = "dst_bank" |
|
static |
Standardized name for bank index variable for a destination.
◆ dc
| String org.lflang.generator.c.CMixedRadixGenerator.dc = "dst_channel" |
|
static |
Standardized name for channel index variable for a destination.
◆ dr
| String org.lflang.generator.c.CMixedRadixGenerator.dr = "dst_runtime" |
|
static |
Standardized name for runtime index variable for a destination.
◆ sb
| String org.lflang.generator.c.CMixedRadixGenerator.sb = "src_bank" |
|
static |
Standardized name for bank index variable for a source.
◆ sc
| String org.lflang.generator.c.CMixedRadixGenerator.sc = "src_channel" |
|
static |
Standardized name for channel index variable for a source.
◆ sr
| String org.lflang.generator.c.CMixedRadixGenerator.sr = "src_runtime" |
|
static |
Standardized name for runtime index variable for a source.
The documentation for this class was generated from the following file:
- /Users/runner/work/lingua-franca/lingua-franca/core/src/main/java/org/lflang/generator/c/CMixedRadixGenerator.java