FramedInput

The FramedInput class is the abstract base class for all FramedInput devices. A FramedInput device processes an input stream which can be viewed as a sequence of structured frames. The update method of all FramedInput devices is identical (see function below).
NeatToolsModule
  |
  +-- InputDevice
       |
       +-- FramedInput

Input streams

fixed int, dataFrameSize, indicates the number of data units (untyped at this level) in a frame.

Output streams

none.

Fields

none

Methods