SM_ADC
1.0
Приём данных АЦП через разделяемую память
|
This is the complete list of members for Array, including all inherited members.
Array(string name="untitled array") | Array | inline |
Array(int nrows, int ncols=1, string name="untitled array", bool moveable=false) | Array | inline |
Array(const mxArray *mxarray, string name="untitled mxArray", bool moveable=false, bool dataCopy=false) | Array | inline |
Array(const double *data, int nrows, int ncols=1, string name="untitled data", bool moveable=false, bool releaseData=false) | Array | inline |
Array(const Array &array) | Array | inline |
callMatlab(string cmd) | Array | inline |
callMatlab(string cmd, const Array &operand2) | Array | inline |
callMatlab(string cmd, double operand2) | Array | inline |
copyOf(const Array &array) | Array | inlineprotected |
data | Array | protected |
empty() | Array | inline |
eye(int nrows, int ncols, string name="eye array") | Array | inlinestatic |
getData() | Array | inline |
getFullName() | Array | inlineprotected |
getMax() | Array | inline |
getMin() | Array | inline |
getmxArrayCopy() const | Array | inline |
getName() | Array | inline |
getNCols() | Array | inline |
getNRows() | Array | inline |
getWidth() | Array | inline |
init(double x=0) | Array | inline |
inverse() | Array | inline |
isShared() | Array | inline |
moveable | Array | protected |
mxarray | Array | protected |
name | Array | protected |
ncols | Array | protected |
nrows | Array | protected |
operator()(int row, int col) | Array | inline |
operator*(double x) | Array | inline |
operator*(const Array &operand) | Array | inline |
operator*=(double x) | Array | inline |
operator*=(const Array &operand) | Array | inline |
operator+(double x) | Array | inline |
operator+(const Array &operand) | Array | inline |
operator+=(double x) | Array | inline |
operator+=(const Array &operand) | Array | inline |
operator-(double x) | Array | inline |
operator-(const Array &operand) | Array | inline |
operator-=(double x) | Array | inline |
operator-=(const Array &operand) | Array | inline |
operator/(double x) | Array | inline |
operator/=(double x) | Array | inline |
operator/=(const Array &operand) | Array | inline |
operator=(const Array &array) | Array | inline |
operator==(const Array &operand) | Array | inline |
operator[](int i) | Array | inline |
opposite() | Array | inline |
print() | Array | inline |
releaseData | Array | protected |
reshape(int nrows, int ncols) | Array | inline |
stealData(const Array &array) | Array | inlineprotected |
~Array() | Array | inline |