#include "easylink.h"
#include "mdldefinitions.h"
Go to the source code of this file.
|
| enum | parameterName { DUMMY_PARAMETER,
FNAME
} |
| |
| enum | inputPortName {
DUMMY_INPUT,
DUMMY_INPUT,
MULTIPLIER,
MATRIX,
START_IN,
D0,
D1,
D2,
D3,
D4,
D5,
D6,
D7
} |
| |
| enum | outputPortName { DUMMY_OUTPUT,
DUMMY_OUTPUT,
RESULT,
START_OUT
} |
| |
|
| int | parameterType [PARAMETER_NUMBER] = { 2 } |
| |
| int | parameterRows [PARAMETER_NUMBER] = { 1 } |
| |
| int | parameterCols [PARAMETER_NUMBER] = { 1 } |
| |
| int | parameterTunable [PARAMETER_NUMBER] = { 1 } |
| |
| int | inputPortRows [INPUT_PORT_NUMBER] = { 1, 1, 1, 1, 1, 1, 1, 1, 1 } |
| |
| int | inputPortCols [INPUT_PORT_NUMBER] = { 1, 1, 1, 1, 1, 1, 1, 1, 1 } |
| |
| const int | blockSize = 16384 |
| |
| int | outputPortRows [OUTPUT_PORT_NUMBER] = { 1 } |
| |
| int | outputPortCols [OUTPUT_PORT_NUMBER] = { 1 } |
| |
◆ INPUT_PORT_NUMBER
| #define INPUT_PORT_NUMBER 9 |
◆ OUTPUT_PORT_NUMBER
| #define OUTPUT_PORT_NUMBER 1 |
◆ PARAMETER_NUMBER
| #define PARAMETER_NUMBER 1 |
◆ S_FUNCTION_NAME
| #define S_FUNCTION_NAME sm_ctrl |
◆ inputPortName
| Enumerator |
|---|
| DUMMY_INPUT | |
| DUMMY_INPUT | |
| MULTIPLIER | |
| MATRIX | |
| START_IN | |
| D0 | |
| D1 | |
| D2 | |
| D3 | |
| D4 | |
| D5 | |
| D6 | |
| D7 | |
Definition at line 92 of file sm_ctrl.h.
◆ outputPortName
| Enumerator |
|---|
| DUMMY_OUTPUT | |
| DUMMY_OUTPUT | |
| RESULT | |
| START_OUT | |
Definition at line 104 of file sm_ctrl.h.
◆ parameterName
| Enumerator |
|---|
| DUMMY_PARAMETER | |
| FNAME | |
Definition at line 84 of file sm_ctrl.h.
◆ blockSize
| const int blockSize = 16384 |
◆ inputPortCols
◆ inputPortRows
◆ outputPortCols
◆ outputPortRows
◆ parameterCols
◆ parameterRows
◆ parameterTunable
◆ parameterType