![]() |
reactor-c 1.0
C Runtime for Lingua Franca
|
Representation of a permuted mixed radix integer. More...
#include <mixed_radix.h>
Data Fields | |
| int * | digits |
| int * | permutation |
| int * | radixes |
| int | size |
Representation of a permuted mixed radix integer.
The three arrays (digits, radixes, and permutation) are all assumed to have the same size as given by the size field.
| int* mixed_radix_int_t::digits |
| int* mixed_radix_int_t::permutation |
| int* mixed_radix_int_t::radixes |
| int mixed_radix_int_t::size |