<< ld_read_ringbuf pipelines ld_ringbuf >>

ORTD Scilab Interface Toolbox >> pipelines > ld_relread_ringbuf

ld_relread_ringbuf

Read a portion from a ringbuffer relative to the currently set marker position

Calling Sequence

[sim, data] = ld_relread_ringbuf(sim, events, ident_str, datatype, ElementsToRead, relPos)

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

relPos - UINT - position relative to the currently set marker to start reading from


Report an issue
<< ld_read_ringbuf pipelines ld_ringbuf >>