#include <BinOpTree.h>
Inherits iso::synth::TestPatch.
Inheritance diagram for iso::synth::BinOpTree:
Public Member Functions | |
BinOpTree (ProcessUnit *output) | |
void | construct () |
IMPORTANT! Stub method in which the children will construct there actual patch! | |
void | schedule (bool isSerial) |
scheduler for serial test procedures | |
Protected Attributes | |
BinOpNode * | topEdge |
Static Protected Attributes | |
static const unsigned int | treeDepth = 6 |
iso::synth::BinOpTree::BinOpTree | ( | ProcessUnit * | output | ) | [inline] |
void BinOpTree::construct | ( | ) | [virtual] |
IMPORTANT! Stub method in which the children will construct there actual patch!
Implements iso::synth::TestPatch.
void BinOpTree::schedule | ( | bool | isSerial | ) | [virtual] |
BinOpNode* iso::synth::BinOpTree::topEdge [protected] |
const unsigned int iso::synth::BinOpTree::treeDepth = 6 [static, protected] |