tennsS v1.53 Reference Manual

Copyright (C) 1997 - 2002 Mike Arnold, Altjira Software, mikea@altjira.com

Go to the previous, next section, table of contents.


Ibuf

Class Ibuf derived from Owned (size <48> bytes)

Buffers an input source that is referenced by <interface>. The buffer is 2-dimensional, and has a fixed <width> and variable length. If the buffer is <active>, then the default operator for the object returns the current value in the buffer and then advances the current index. If <circular> is true then the buffer is circular. The interface is a referenced object and must be of type Iface.


Naming

interface references the interface

Configuration

interface=<ref> the interface to read data from width=<uint> set width of buffer active=<bool> (de)activate the buffer (true) circular=<bool> the buffer is circular (false)

Commands

load [count=<n>] [overwrite=<bool>] load the buffer from the source count=<n> the number of data points to load overwrite=<bool> whether to overwrite the current contents of the buffer show-buf list the contents of the buffer

Derived Classes


Go to the previous, next section, table of contents. Document generated Mon Jun 16 02:19:05 GMT 2003