#include <ros/ros.h>
#include <gtest/gtest.h>
#include <ddynamic_reconfigure/param/dd_double_param.h>
Go to the source code of this file.
Namespaces | |
ddynamic_reconfigure | |
Functions | |
int | main (int argc, char **argv) |
ddynamic_reconfigure::TEST (DDDoubleTest, constructorTest) | |
preliminary test which makes sure we can use the object. More... | |
ddynamic_reconfigure::TEST (DDDoubleTest, valueTest) | |
a test making sure we can handle all API for handling the values of the param More... | |
ddynamic_reconfigure::TEST (DDDoubleTest, streamTest) | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 55 of file test_dd_double.cpp.