SM_ADC  1.0
Приём данных АЦП через разделяемую память
Classes | Macros | Enumerations | Variables
mex_array_product.cpp File Reference
#include "easylink.h"
#include "mexdefinitions.h"

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, GET_DATA
}
 
enum  outputPortName {
  DUMMY_OUTPUT, DUMMY_OUTPUT, RESULT, DATA,
  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 }
 

Macro Definition Documentation

◆ INPUT_PORT_NUMBER

#define INPUT_PORT_NUMBER   2

Definition at line 27 of file mex_array_product.cpp.

◆ OUTPUT_PORT_NUMBER

#define OUTPUT_PORT_NUMBER   1

Definition at line 38 of file mex_array_product.cpp.

Enumeration Type Documentation

◆ inputPortName

Enumerator
DUMMY_INPUT 
DUMMY_INPUT 
MULTIPLIER 
MATRIX 
START_IN 
GET_DATA 

Definition at line 28 of file mex_array_product.cpp.

◆ outputPortName

Enumerator
DUMMY_OUTPUT 
DUMMY_OUTPUT 
RESULT 
DATA 
START_OUT 

Definition at line 39 of file mex_array_product.cpp.

Variable Documentation

◆ inputPortCols

int inputPortCols[INPUT_PORT_NUMBER] = { 1, -1 }

Definition at line 31 of file mex_array_product.cpp.

◆ inputPortRows

int inputPortRows[INPUT_PORT_NUMBER] = { 1, 1 }

Definition at line 30 of file mex_array_product.cpp.

◆ inputPortType

int inputPortType[INPUT_PORT_NUMBER] = { 1, 1 }

Definition at line 29 of file mex_array_product.cpp.

◆ outputPortCols

int outputPortCols[OUTPUT_PORT_NUMBER] = { -1 }

Definition at line 41 of file mex_array_product.cpp.

◆ outputPortRows

int outputPortRows[OUTPUT_PORT_NUMBER] = { 1 }

Definition at line 40 of file mex_array_product.cpp.