#include <gtest/gtest.h>
#include <canopen_motor_node/unit_converter.h>
#include <canopen_motor_node/handle_layer.h>
#include <boost/bind.hpp>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
double * | mapVariable (const std::string &, double *p) |
TEST (TestMuparser, CheckNorm) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 26 of file test_muparser.cpp.
double* mapVariable | ( | const std::string & | , |
double * | p | ||
) |
Definition at line 8 of file test_muparser.cpp.
TEST | ( | TestMuparser | , |
CheckNorm | |||
) |
Definition at line 12 of file test_muparser.cpp.