SM_ADC
1.0
Приём данных АЦП через разделяемую память
|
#include "array.h"
Go to the source code of this file.
Classes | |
class | BaseFunction |
Macros | |
#define | INPUT_PORT_NUMBER 0 |
#define | OUTPUT_PORT_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 } |
Variables | |
int | inputPortType [1] = { 1 } |
int | inputPortRows [1] = { 1 } |
int | inputPortCols [1] = { 1 } |
int | outputPortRows [1] = { 1 } |
int | outputPortCols [1] = { 1 } |
#define INPUT_PORT_NUMBER 0 |
Definition at line 19 of file basefunction.h.
Referenced by BaseFunction::initializeInputPortSizes().
#define OUTPUT_PORT_NUMBER 0 |
Definition at line 28 of file basefunction.h.
Referenced by BaseFunction::initializeOutputPortSizes().
enum inputPortName |
Enumerator | |
---|---|
DUMMY_INPUT | |
DUMMY_INPUT | |
MULTIPLIER | |
MATRIX | |
START_IN | |
GET_DATA |
Definition at line 20 of file basefunction.h.
enum outputPortName |
Enumerator | |
---|---|
DUMMY_OUTPUT | |
DUMMY_OUTPUT | |
RESULT | |
DATA | |
START_OUT |
Definition at line 29 of file basefunction.h.
int inputPortCols[1] = { 1 } |
Definition at line 23 of file basefunction.h.
Referenced by BaseFunction::initializeInputPortSizes().
int inputPortRows[1] = { 1 } |
Definition at line 22 of file basefunction.h.
Referenced by BaseFunction::initializeInputPortSizes().
int inputPortType[1] = { 1 } |
Definition at line 21 of file basefunction.h.
Referenced by BaseFunction::initializeInputPortSizes().
int outputPortCols[1] = { 1 } |
Definition at line 31 of file basefunction.h.
Referenced by BaseFunction::initializeOutputPortSizes().
int outputPortRows[1] = { 1 } |
Definition at line 30 of file basefunction.h.
Referenced by BaseFunction::initializeOutputPortSizes().