#include <arith.h>
Inheritance diagram for simthlib::InvertT< seqT >:
Public Member Functions | |
InvertT (int deviceID, simth::DeviceSystemIntf *system, const simth::PropertyList &pl) | |
void | process () |
This block takes the inverse of all samples in the input sequence.
Parameters in Micos parameter file:
type
: set this to "<code>invert</code>"
streamtype
: String specifying the sequence data type of the input and output port. The names are the ones as defined in signal.h, e.g. bitSeq
, ModSeq
, symSeq
etc.
|
|
|
Implements simth::Device. |