cogx.compiler.parser.syntaxtree
Create an actuator for a nD scalar field source
that invokes a
callback function 'newOutput' that is passed a ScalarFieldReader.
Create an actuator for a nD scalar field source
that invokes a
callback function 'newOutput' that is passed a ScalarFieldReader.
This preserves the legacy constructor "new Actuator(source, update)"
Reset supplied: NO
Implicit ClassTag included to disambiguate the signature from another using Function1[Iterator[Float],Unit]
The field to written output to an array each clock cycle.
A callback that is passed an iterator over the new values.
An actuator that writes source
to output
each cycle.
Create an actuator for a nD scalar field source
that invokes a
callback function 'newOutput' that is passed a ScalarFieldReader.
Create an actuator for a nD scalar field source
that invokes a
callback function 'newOutput' that is passed a ScalarFieldReader.
This preserves the legacy constructor "new Actuator(source, update, resetHook)"
Reset supplied: YES
Implicit ClassTag included to disambiguate the signature from another using Function1[Iterator[Float],Unit]
The field to written output to an array each clock cycle.
A callback that is passed an iterator over the new values.
An optional callback function that is called upon reset.
An actuator that writes source
to output
each cycle.
Create an actuator for a nD scalar field source
that invokes a
callback function 'newOutput' that is passed a ScalarFieldReader.
Create an actuator for a nD scalar field source
that invokes a
callback function 'newOutput' that is passed a ScalarFieldReader.
This preserves the legacy constructor "new Actuator(source, update)"
Reset supplied: NO
The field to written output to an array each clock cycle.
A callback that is passed an iterator over the new values.
An actuator that writes source
to output
each cycle.
Create an actuator for a nD scalar field source
that invokes a
callback function 'newOutput' that is passed a ScalarFieldReader.
Create an actuator for a nD scalar field source
that invokes a
callback function 'newOutput' that is passed a ScalarFieldReader.
This preserves the legacy constructor "new Actuator(source, update, resetHook)"
Reset supplied: YES
The field to written output to an array each clock cycle.
A callback that is passed an iterator over the new values.
An optional callback function that is called upon reset.
An actuator that writes source
to output
each cycle.
Create an actuator for a 3D scalar field source
that writes the
output of that field to the array output
which the user can access.
Create an actuator for a 3D scalar field source
that writes the
output of that field to the array output
which the user can access.
Reset supplied: NO
The field to written output to an array each clock cycle.
The output array where field is written.
An actuator that writes source
to output
each cycle.
Create an actuator for a 3D scalar field source
that writes the
output of that field to the array output
which the user can access.
Create an actuator for a 3D scalar field source
that writes the
output of that field to the array output
which the user can access.
Reset supplied: YES
The field to written output to an array each clock cycle.
The output array where field is written.
An optional callback function that is called upon reset.
An actuator that writes source
to output
each cycle.
Create an actuator for a 2D scalar field source
that writes the
output of that field to the array output
which the user can access.
Create an actuator for a 2D scalar field source
that writes the
output of that field to the array output
which the user can access.
Reset supplied: NO
The field to written output to an array each clock cycle.
The output array where field is written.
An actuator that writes source
to output
each cycle.
Create an actuator for a 2D scalar field source
that writes the
output of that field to the array output
which the user can access.
Create an actuator for a 2D scalar field source
that writes the
output of that field to the array output
which the user can access.
Reset supplied: YES
The field to written output to an array each clock cycle.
The output array where field is written.
An optional callback function that is called upon reset.
An actuator that writes source
to output
each cycle.
Create an actuator for a 0D or 1D scalar field source
that writes the
output of that field to the array output
which the user can access.
Create an actuator for a 0D or 1D scalar field source
that writes the
output of that field to the array output
which the user can access.
Reset supplied: NO
The field to be written to an array each clock cycle.
The output array where field is written.
An actuator that writes source
to output
each cycle.
Create an actuator for a 0D or 1D scalar field source
that writes the
output of that field to the array output
which the user can access.
Create an actuator for a 0D or 1D scalar field source
that writes the
output of that field to the array output
which the user can access.
Reset supplied: YES
The field to be written to an array each clock cycle.
The output array where field is written.
An optional callback function that is called upon reset.
An actuator that writes source
to output
each cycle.
Declare an internal error described by message
.
Declare an internal error described by message
.
Factory for creating actuators that write fields to Scala arrays.