<< pipelines pipelines ld_relread_ringbuf >>

ORTD Scilab Interface Toolbox >> pipelines > ld_read_ringbuf

ld_read_ringbuf

Read a portion from a ringbuffer

Calling Sequence

[sim, data, NumRead] = ld_read_ringbuf(sim, events, ident_str, datatype, ElementsToRead)

Description

data *+(ElementsToRead) - data

ident_str (string) - name of the ringbuffer

datatype - ORTD datatype of the ringbuffer (for now only ORTD.DATATYPE_FLOAT)

ElementsToRead (integer) - number of elements to read from the ringbuffer


Report an issue
<< pipelines pipelines ld_relread_ringbuf >>