#include <string>
#include <iostream>
#include "SickLMS.hh"
#include "SickException.hh"
#include "mex.h"
Include dependency graph for lmsmex.cc:

Defines | |
| #define | ARG_BUFF_LENGTH (256) |
| Max length (in bytes) of valid input arg. | |
| #define | NUM_INIT_STRUCT_KEYS (3) |
| #define | NUM_GRAB_STRUCT_KEYS (4) |
Functions | |
| void | initSick (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
| void | setSickVariant (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
| void | grabSickVals (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
| void | printSickInfo (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
| void | clearSick () |
| void | mexExit () |
| void | mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
Variables | |
| SickLMS * | sick_lms = NULL |
Code by Jason C. Derenick and Thomas H. Miller. Contact derenick(at)lehigh(dot)edu
The Sick LIDAR Matlab/C++ Toolbox Copyright (c) 2008, Jason C. Derenick and Thomas H. Miller All rights reserved.
This software is released under a BSD Open-Source License. See http://sicktoolbox.sourceforge.net
| #define ARG_BUFF_LENGTH (256) |
Max length (in bytes) of valid input arg.
| #define NUM_GRAB_STRUCT_KEYS (4) |
| #define NUM_INIT_STRUCT_KEYS (3) |
| void clearSick | ( | ) |
| void grabSickVals | ( | int | nlhs, | |
| mxArray * | plhs[], | |||
| int | nrhs, | |||
| const mxArray * | prhs[] | |||
| ) |
| void initSick | ( | int | nlhs, | |
| mxArray * | plhs[], | |||
| int | nrhs, | |||
| const mxArray * | prhs[] | |||
| ) |
| void mexExit | ( | ) |
| void mexFunction | ( | int | nlhs, | |
| mxArray * | plhs[], | |||
| int | nrhs, | |||
| const mxArray * | prhs[] | |||
| ) |
| void printSickInfo | ( | int | nlhs, | |
| mxArray * | plhs[], | |||
| int | nrhs, | |||
| const mxArray * | prhs[] | |||
| ) |
| void setSickVariant | ( | int | nlhs, | |
| mxArray * | plhs[], | |||
| int | nrhs, | |||
| const mxArray * | prhs[] | |||
| ) |
1.5.1