tablestore 1 i

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

Inlets

int32 v0

int32 sets an offset for writing to the table

Outlets

int32 v0

Attributes

objref table

Declaration
uint32_t prev0;
Init
prev0 = 0;
Control Rate
if (inlet_v0 != prev0) {
  attr_table.array[__USAT(inlet_offset, attr_table.LENGTHPOW)] = inlet_v0;
  prev0 = inlet_v0;
}

outlet_v0 = attr_table.array[__USAT(inlet_offset, attr_table.LENGTHPOW)];

Privacy

© 2024 Zrna Research