Tests serialization of types in tesseract_common. More...
#include <tesseract_common/macros.h>#include <gtest/gtest.h>#include <boost/serialization/shared_ptr.hpp>#include <boost/serialization/nvp.hpp>#include <tesseract_common/eigen_serialization.h>#include <tesseract_common/serialization.h>#include <tesseract_common/unit_test_utils.h>#include <tesseract_common/utils.h>#include <tesseract_common/allowed_collision_matrix.h>#include <tesseract_common/collision_margin_data.h>#include <tesseract_common/atomic_serialization.h>#include <tesseract_common/joint_state.h>#include <tesseract_common/manipulator_info.h>#include <tesseract_common/resource_locator.h>#include <tesseract_common/kinematic_limits.h>#include <tesseract_common/calibration_info.h>#include <tesseract_common/plugin_info.h>#include <tesseract_common/profile.h>#include <tesseract_common/profile_dictionary.h>
Go to the source code of this file.
Classes | |
| struct | ExtensionMacroTestA |
| struct | ExtensionMacroTestB |
| struct | TestAtomic |
| Atomic do not have a copy constructor so must have implement one for your class. More... | |
| class | TestProfile |
Namespaces | |
| tesseract_common | |
Functions | |
| int | main (int argc, char **argv) |
| bool | tesseract_common::operator!= (const ProfileDictionary &lhs, const ProfileDictionary &rhs) |
| bool | tesseract_common::operator== (const ProfileDictionary &lhs, const ProfileDictionary &rhs) |
| TEST (TesseractCommonSerializeUnit, AllowedCollisionMatrix) | |
| TEST (TesseractCommonSerializeUnit, CalibrationInfo) | |
| TEST (TesseractCommonSerializeUnit, CollisionMarginData) | |
| TEST (TesseractCommonSerializeUnit, ContactManagersPluginInfo) | |
| TEST (TesseractCommonSerializeUnit, ExtensionBinaryMacro) | |
| TEST (TesseractCommonSerializeUnit, ExtensionXmlMacro) | |
| TEST (TesseractCommonSerializeUnit, GeneralResourceLocator) | |
| TEST (TesseractCommonSerializeUnit, Isometry3d) | |
| TEST (TesseractCommonSerializeUnit, JointState) | |
| TEST (TesseractCommonSerializeUnit, JointTrajectory) | |
| TEST (TesseractCommonSerializeUnit, KinematicLimits) | |
| TEST (TesseractCommonSerializeUnit, KinematicsPluginInfo) | |
| TEST (TesseractCommonSerializeUnit, ManipulatorInfo) | |
| TEST (TesseractCommonSerializeUnit, MatrixX2d) | |
| TEST (TesseractCommonSerializeUnit, PluginInfo) | |
| TEST (TesseractCommonSerializeUnit, PluginInfoContainer) | |
| TEST (TesseractCommonSerializeUnit, Profile) | |
| TEST (TesseractCommonSerializeUnit, ProfileDictionary) | |
| TEST (TesseractCommonSerializeUnit, StdAtomic) | |
| TEST (TesseractCommonSerializeUnit, TaskComposerPluginInfo) | |
| TEST (TesseractCommonSerializeUnit, Vector3d) | |
| TEST (TesseractCommonSerializeUnit, Vector4d) | |
| TEST (TesseractCommonSerializeUnit, VectorXd) | |
| TEST (TesseractCommonSerializeUnit, VectorXi) | |
Tests serialization of types in tesseract_common.
Definition in file tesseract_common_serialization_unit.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 847 of file tesseract_common_serialization_unit.cpp.
| TEST | ( | TesseractCommonSerializeUnit | , |
| AllowedCollisionMatrix | |||
| ) |
Definition at line 185 of file tesseract_common_serialization_unit.cpp.
| TEST | ( | TesseractCommonSerializeUnit | , |
| CalibrationInfo | |||
| ) |
Definition at line 196 of file tesseract_common_serialization_unit.cpp.
| TEST | ( | TesseractCommonSerializeUnit | , |
| CollisionMarginData | |||
| ) |
Definition at line 205 of file tesseract_common_serialization_unit.cpp.
| TEST | ( | TesseractCommonSerializeUnit | , |
| ContactManagersPluginInfo | |||
| ) |
Definition at line 216 of file tesseract_common_serialization_unit.cpp.
| TEST | ( | TesseractCommonSerializeUnit | , |
| ExtensionBinaryMacro | |||
| ) |
Definition at line 838 of file tesseract_common_serialization_unit.cpp.
| TEST | ( | TesseractCommonSerializeUnit | , |
| ExtensionXmlMacro | |||
| ) |
Definition at line 829 of file tesseract_common_serialization_unit.cpp.
| TEST | ( | TesseractCommonSerializeUnit | , |
| GeneralResourceLocator | |||
| ) |
Definition at line 124 of file tesseract_common_serialization_unit.cpp.
| TEST | ( | TesseractCommonSerializeUnit | , |
| Isometry3d | |||
| ) |
Definition at line 747 of file tesseract_common_serialization_unit.cpp.
| TEST | ( | TesseractCommonSerializeUnit | , |
| JointState | |||
| ) |
Definition at line 155 of file tesseract_common_serialization_unit.cpp.
| TEST | ( | TesseractCommonSerializeUnit | , |
| JointTrajectory | |||
| ) |
Definition at line 168 of file tesseract_common_serialization_unit.cpp.
| TEST | ( | TesseractCommonSerializeUnit | , |
| KinematicLimits | |||
| ) |
Definition at line 130 of file tesseract_common_serialization_unit.cpp.
| TEST | ( | TesseractCommonSerializeUnit | , |
| KinematicsPluginInfo | |||
| ) |
Definition at line 272 of file tesseract_common_serialization_unit.cpp.
| TEST | ( | TesseractCommonSerializeUnit | , |
| ManipulatorInfo | |||
| ) |
Definition at line 145 of file tesseract_common_serialization_unit.cpp.
| TEST | ( | TesseractCommonSerializeUnit | , |
| MatrixX2d | |||
| ) |
Definition at line 650 of file tesseract_common_serialization_unit.cpp.
| TEST | ( | TesseractCommonSerializeUnit | , |
| PluginInfo | |||
| ) |
Definition at line 303 of file tesseract_common_serialization_unit.cpp.
| TEST | ( | TesseractCommonSerializeUnit | , |
| PluginInfoContainer | |||
| ) |
Definition at line 311 of file tesseract_common_serialization_unit.cpp.
| TEST | ( | TesseractCommonSerializeUnit | , |
| Profile | |||
| ) |
Definition at line 101 of file tesseract_common_serialization_unit.cpp.
| TEST | ( | TesseractCommonSerializeUnit | , |
| ProfileDictionary | |||
| ) |
Definition at line 108 of file tesseract_common_serialization_unit.cpp.
| TEST | ( | TesseractCommonSerializeUnit | , |
| StdAtomic | |||
| ) |
Definition at line 810 of file tesseract_common_serialization_unit.cpp.
| TEST | ( | TesseractCommonSerializeUnit | , |
| TaskComposerPluginInfo | |||
| ) |
Definition at line 245 of file tesseract_common_serialization_unit.cpp.
| TEST | ( | TesseractCommonSerializeUnit | , |
| Vector3d | |||
| ) |
Definition at line 510 of file tesseract_common_serialization_unit.cpp.
| TEST | ( | TesseractCommonSerializeUnit | , |
| Vector4d | |||
| ) |
Definition at line 580 of file tesseract_common_serialization_unit.cpp.
| TEST | ( | TesseractCommonSerializeUnit | , |
| VectorXd | |||
| ) |
Definition at line 322 of file tesseract_common_serialization_unit.cpp.
| TEST | ( | TesseractCommonSerializeUnit | , |
| VectorXi | |||
| ) |
Definition at line 416 of file tesseract_common_serialization_unit.cpp.