Difference between revisions of "Component: Input (DSP)"

From Flowcode Help
Jump to navigationJump to search
(XML import of component documentation)
 
(XML import of latest components)
Line 16: Line 16:
  
 
==[[File:Component Icon c73d493a_b6a0_4dbe_b4b5_79648f67d11e.png|Image]] Input component==
 
==[[File:Component Icon c73d493a_b6a0_4dbe_b4b5_79648f67d11e.png|Image]] Input component==
 +
Allows the values from a buffer to be assigned. Either a value at a time or from an array.
  
  
Line 25: Line 26:
  
 
===<span style="font-weight: normal;"><u><tt>AddAsByteTick</tt></u></span>===
 
===<span style="font-weight: normal;"><u><tt>AddAsByteTick</tt></u></span>===
''<span style="color:red;">No additional information</span>''
+
Sets the value in the current index position of the buffer
 
 
 
 
  
 
'''Parameters'''
 
'''Parameters'''
Line 110: Line 109:
 
This property is of type ''Fixed list of ints'' and can be referenced with the variable name ''buffer_manager''.
 
This property is of type ''Fixed list of ints'' and can be referenced with the variable name ''buffer_manager''.
  
''<span style="color:red;">No additional information</span>''
+
Reference to DSP system buffer manager component.
 
 
 
 
  
 
<span style="font-weight: normal;"><u>Input</u></span>
 
<span style="font-weight: normal;"><u>Input</u></span>
Line 118: Line 115:
 
This property is of type ''Fixed list of ints'' and can be referenced with the variable name ''input_a''.
 
This property is of type ''Fixed list of ints'' and can be referenced with the variable name ''input_a''.
  
''<span style="color:red;">No additional information</span>''
+
Buffer assigned to input channel

Revision as of 14:05, 21 August 2013


Author Matrix Ltd
Version 1.2
Category DSP


Image Input component

Allows the values from a buffer to be assigned. Either a value at a time or from an array.


Examples

No additional examples


Downloadable macro reference

AddAsByteTick

Sets the value in the current index position of the buffer

Parameters

BYTE Data


Return value

This call does not return a value


AddAsUINTTick

No additional information


Parameters

UINT Data


Return value

This call does not return a value


AddAsSINTTick

No additional information


Parameters

INT Data


Return value

This call does not return a value


AddRawTick

No additional information


Parameters

UINT Data


Return value

This call does not return a value


Simulation macro reference

AddToBuffer

No additional information


Parameters

<- STRING Data
This parameter may be returned back to the caller


Return value

This call does not return a value



Property reference

Buffer Manager

This property is of type Fixed list of ints and can be referenced with the variable name buffer_manager.

Reference to DSP system buffer manager component.

Input

This property is of type Fixed list of ints and can be referenced with the variable name input_a.

Buffer assigned to input channel