|
SM_CTRL
1.0
Управление генератором сигналов
|
Go to the source code of this file.
Classes | |
| class | Function |
Macros | |
| #define | INPUT_PORT_NUMBER 2 |
| #define | OUTPUT_PORT_NUMBER 1 |
Enumerations | |
| 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 } |
Variables | |
| int | inputPortType [INPUT_PORT_NUMBER] = { 1, 1 } |
| int | inputPortRows [INPUT_PORT_NUMBER] = { 1, 1 } |
| int | inputPortCols [INPUT_PORT_NUMBER] = { 1, -1 } |
| int | outputPortRows [OUTPUT_PORT_NUMBER] = { 1 } |
| int | outputPortCols [OUTPUT_PORT_NUMBER] = { -1 } |
| #define INPUT_PORT_NUMBER 2 |
Definition at line 27 of file mex_array_product.cpp.
| #define OUTPUT_PORT_NUMBER 1 |
Definition at line 38 of file mex_array_product.cpp.
| enum inputPortName |
| Enumerator | |
|---|---|
| DUMMY_INPUT | |
| DUMMY_INPUT | |
| MULTIPLIER | |
| MATRIX | |
| START_IN | |
| D0 | |
| D1 | |
| D2 | |
| D3 | |
| D4 | |
| D5 | |
| D6 | |
| D7 | |
Definition at line 28 of file mex_array_product.cpp.
| enum outputPortName |
| Enumerator | |
|---|---|
| DUMMY_OUTPUT | |
| DUMMY_OUTPUT | |
| RESULT | |
| START_OUT | |
Definition at line 39 of file mex_array_product.cpp.
| int inputPortCols[INPUT_PORT_NUMBER] = { 1, -1 } |
Definition at line 31 of file mex_array_product.cpp.
| int inputPortRows[INPUT_PORT_NUMBER] = { 1, 1 } |
Definition at line 30 of file mex_array_product.cpp.
| int inputPortType[INPUT_PORT_NUMBER] = { 1, 1 } |
Definition at line 29 of file mex_array_product.cpp.
| int outputPortCols[OUTPUT_PORT_NUMBER] = { -1 } |
Definition at line 41 of file mex_array_product.cpp.
| int outputPortRows[OUTPUT_PORT_NUMBER] = { 1 } |
Definition at line 40 of file mex_array_product.cpp.
1.8.14