reactor-c
C Runtime for Lingua Franca
|
#include <mixed_radix.h>
Data Fields | |
int | size |
int * | digits |
int * | radixes |
int * | permutation |
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 |