#include "MatlabParamParser.h"#include "Factory.h"#include "librealsense2/rs.hpp"#include "librealsense2/rs_advanced_mode.hpp"#include "librealsense2/hpp/rs_export.hpp"
Go to the source code of this file.
Functions | |
| void | make_factory () |
| void | mexFunction (int nOutParams, mxArray *outParams[], int nInParams, const mxArray *inParams[]) |
Variables | |
| Factory * | factory |
| void make_factory | ( | ) |
Definition at line 14 of file librealsense_mex.cpp.
| void mexFunction | ( | int | nOutParams, |
| mxArray * | outParams[], | ||
| int | nInParams, | ||
| const mxArray * | inParams[] | ||
| ) |
Definition at line 1587 of file librealsense_mex.cpp.
| Factory* factory |
Definition at line 12 of file librealsense_mex.cpp.