#include <iostream>#include <gtest/gtest.h>#include <boost/shared_ptr.hpp>#include "robot_instance/RobonetDataElement.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| TEST (DataMangler, CombineRawValues) | |
| TEST (DataMangler, SeparateRawValues) | |
| TEST (DataMangler, FromUnsignedIntTo) | |
| TEST (DataMangler, ToUnsignedIntFrom) | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 109 of file DataMangler_Test.cpp.
| TEST | ( | DataMangler | , |
| CombineRawValues | |||
| ) |
Definition at line 9 of file DataMangler_Test.cpp.
| TEST | ( | DataMangler | , |
| SeparateRawValues | |||
| ) |
Definition at line 35 of file DataMangler_Test.cpp.
| TEST | ( | DataMangler | , |
| FromUnsignedIntTo | |||
| ) |
Definition at line 54 of file DataMangler_Test.cpp.
| TEST | ( | DataMangler | , |
| ToUnsignedIntFrom | |||
| ) |
Definition at line 89 of file DataMangler_Test.cpp.