tablestore 1

writes and outputs 4 values to a table.
Author: robert schirmer
License: who cares
Github: rbrt/data/tablestore 1.axo

Inlets

frac32 v0

int32 sets an offset for writing to the table

Outlets

frac32 v0

Attributes

objref table

Declaration
uint32_t prev0;
Init
prev0 = 0;
Control Rate
if (inlet_v0 != prev0) {
  attr_table.array[inlet_offset + 0] = __SSAT(inlet_v0, 28) >> attr_table.GAIN;
  outlet_v0 = attr_table.array[__USAT((inlet_offset + 0), attr_table.LENGTHPOW)]
              << attr_table.GAIN;
  prev0 = inlet_v0;
} else {
  outlet_v0 = attr_table.array[__USAT((inlet_offset + 0), attr_table.LENGTHPOW)]
              << attr_table.GAIN;
}

Privacy

© 2024 Zrna Research