Functions | |
void | del (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
bool | fromMatlab (const mxArray *array, XmlRpcValue &value) |
void | fromMatlabBool (const mxArray *array, XmlRpcValue &value) |
template<typename From , typename To > | |
void | fromMatlabNumeric (const mxArray *array, XmlRpcValue &value) |
void | fromMatlabString (const mxArray *array, XmlRpcValue &value) |
void | get (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
void | has (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
void | set (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
mxArray * | toMatlab (XmlRpcValue &value) |
void rosmatlab::param::del | ( | int | nlhs, |
mxArray * | plhs[], | ||
int | nrhs, | ||
const mxArray * | prhs[] | ||
) |
bool rosmatlab::param::fromMatlab | ( | const mxArray * | array, |
XmlRpcValue & | value | ||
) |
void rosmatlab::param::fromMatlabBool | ( | const mxArray * | array, |
XmlRpcValue & | value | ||
) |
void rosmatlab::param::fromMatlabNumeric | ( | const mxArray * | array, |
XmlRpcValue & | value | ||
) |
void rosmatlab::param::fromMatlabString | ( | const mxArray * | array, |
XmlRpcValue & | value | ||
) |
void rosmatlab::param::get | ( | int | nlhs, |
mxArray * | plhs[], | ||
int | nrhs, | ||
const mxArray * | prhs[] | ||
) |
void rosmatlab::param::has | ( | int | nlhs, |
mxArray * | plhs[], | ||
int | nrhs, | ||
const mxArray * | prhs[] | ||
) |
void rosmatlab::param::set | ( | int | nlhs, |
mxArray * | plhs[], | ||
int | nrhs, | ||
const mxArray * | prhs[] | ||
) |
mxArray* rosmatlab::param::toMatlab | ( | XmlRpcValue & | value | ) |