This is a parallel-to-serial converter. Data with the same time stamp are read in parallel and put in a list. Each new value overrides the older one in the list. Thus, the list always contains the very last inputs. On demand the current contents of the list is given out serial.
Derived from: DEStar
Location: The WiNeS-Library
Version: 1.4 "06/24/97"
Author: J. Voigt
x_in | float | input_values_x |
y_in | float | input_values_y |
demand | anytype | at this time the star fires its output |
x_out | float | output_values_x |
y_out | float | output_values_y |
copyright (c) 1997 Dresden University of Technology, Mobile Communications Systems