|
SM_ADC
1.0
Приём данных АЦП через разделяемую память
|
#include "array.h"Go to the source code of this file.
Classes | |
| class | BaseBlock |
Macros | |
| #define | INPUT_PORT_NUMBER 0 |
| #define | OUTPUT_PORT_NUMBER 0 |
| #define | PARAMETER_NUMBER 0 |
Enumerations | |
| enum | inputPortName { DUMMY_INPUT, DUMMY_INPUT, MULTIPLIER, MATRIX, START_IN, GET_DATA } |
| enum | outputPortName { DUMMY_OUTPUT, DUMMY_OUTPUT, RESULT, DATA, START_OUT } |
| enum | parameterName { DUMMY_PARAMETER, FNAME, DATA_SIZE } |
Variables | |
| int | inputPortRows [1] = { 1 } |
| int | inputPortCols [1] = { 1 } |
| int | outputPortRows [1] = { 1 } |
| int | outputPortCols [1] = { 1 } |
| int | parameterType [1] = { 1 } |
| int | parameterRows [1] = { 1 } |
| int | parameterCols [1] = { 1 } |
| int | parameterTunable [1] = { 1 } |
| #define INPUT_PORT_NUMBER 0 |
Definition at line 19 of file baseblock.h.
Referenced by BaseBlock::initializeInputPortSizes().
| #define OUTPUT_PORT_NUMBER 0 |
Definition at line 27 of file baseblock.h.
Referenced by BaseBlock::initializeOutputPortSizes().
| #define PARAMETER_NUMBER 0 |
Definition at line 35 of file baseblock.h.
Referenced by BaseBlock::checkParameters(), and BaseBlock::initializeParameterPortSizes().
| enum inputPortName |
| Enumerator | |
|---|---|
| DUMMY_INPUT | |
| DUMMY_INPUT | |
| MULTIPLIER | |
| MATRIX | |
| START_IN | |
| GET_DATA | |
Definition at line 20 of file baseblock.h.
| enum outputPortName |
| Enumerator | |
|---|---|
| DUMMY_OUTPUT | |
| DUMMY_OUTPUT | |
| RESULT | |
| DATA | |
| START_OUT | |
Definition at line 28 of file baseblock.h.
| enum parameterName |
| Enumerator | |
|---|---|
| DUMMY_PARAMETER | |
| FNAME | |
| DATA_SIZE | |
Definition at line 36 of file baseblock.h.
| int inputPortCols[1] = { 1 } |
Definition at line 22 of file baseblock.h.
Referenced by BaseBlock::initializeInputPortSizes().
| int inputPortRows[1] = { 1 } |
Definition at line 21 of file baseblock.h.
Referenced by BaseBlock::initializeInputPortSizes().
| int outputPortCols[1] = { 1 } |
Definition at line 30 of file baseblock.h.
Referenced by BaseBlock::initializeOutputPortSizes().
| int outputPortRows[1] = { 1 } |
Definition at line 29 of file baseblock.h.
Referenced by BaseBlock::initializeOutputPortSizes().
| int parameterCols[1] = { 1 } |
Definition at line 39 of file baseblock.h.
Referenced by BaseBlock::checkParameters().
| int parameterRows[1] = { 1 } |
Definition at line 38 of file baseblock.h.
Referenced by BaseBlock::checkParameters().
| int parameterTunable[1] = { 1 } |
Definition at line 40 of file baseblock.h.
Referenced by BaseBlock::initializeParameterPortSizes().
| int parameterType[1] = { 1 } |
Definition at line 37 of file baseblock.h.
Referenced by BaseBlock::checkParameters().
1.8.14