SAF
Loading...
Searching...
No Matches
safmex_generateVBAPgainTable3D.c File Reference

MEX wrapper for generateVBAPgainTable3D (see the .m file of the same name for documentation) More...

#include "safmex.h"

Go to the source code of this file.

Macros

#define NUM_INPUT_ARGS   ( 6 )
 
#define NUM_OUTPUT_ARGS   ( 1 )
 

Functions

void mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
 

Variables

const MEX_DATA_TYPES inputDataTypes [NUM_INPUT_ARGS]
 
const MEX_DATA_TYPES outputDataTypes [NUM_OUTPUT_ARGS]
 

Detailed Description

MEX wrapper for generateVBAPgainTable3D (see the .m file of the same name for documentation)

Author
Leo McCormack
Date
06.08.2020

Definition in file safmex_generateVBAPgainTable3D.c.

Macro Definition Documentation

◆ NUM_INPUT_ARGS

#define NUM_INPUT_ARGS   ( 6 )

Definition at line 31 of file safmex_generateVBAPgainTable3D.c.

◆ NUM_OUTPUT_ARGS

#define NUM_OUTPUT_ARGS   ( 1 )

Definition at line 32 of file safmex_generateVBAPgainTable3D.c.

Function Documentation

◆ mexFunction()

void mexFunction ( int nlhs,
mxArray * plhs[],
int nrhs,
const mxArray * prhs[] )

Definition at line 50 of file safmex_generateVBAPgainTable3D.c.

Variable Documentation

◆ inputDataTypes

const MEX_DATA_TYPES inputDataTypes[NUM_INPUT_ARGS]
Initial value:
= {
}
@ SM_DOUBLE_REAL
Scalar, real valued; 1 x 1.
Definition safmex.h:37
@ SM_INT32
Integer; 1 x 1.
Definition safmex.h:34
@ SM_DOUBLE_REAL_2D
Real 2-D matrix; N x M.
Definition safmex.h:43

Definition at line 33 of file safmex_generateVBAPgainTable3D.c.

◆ outputDataTypes

const MEX_DATA_TYPES outputDataTypes[NUM_OUTPUT_ARGS]
Initial value:

Definition at line 41 of file safmex_generateVBAPgainTable3D.c.