Classes | |
| struct | Pose3D |
| struct | Quaternion3D |
| struct | Time |
| struct | Vector3D |
Functions | |
| BT_JSON_CONVERTER (Pose3D, v) | |
| BT_JSON_CONVERTER (Quaternion3D, v) | |
| BT_JSON_CONVERTER (Vector3D, v) | |
| void | jsonFromTime (const Time &t, nlohmann::json &j) |
| void | jsonToTime (const nlohmann::json &j, Time &t) |
| TestTypes::BT_JSON_CONVERTER | ( | Pose3D | , |
| v | |||
| ) |
Definition at line 53 of file gtest_json.cpp.
| TestTypes::BT_JSON_CONVERTER | ( | Quaternion3D | , |
| v | |||
| ) |
Definition at line 45 of file gtest_json.cpp.
| TestTypes::BT_JSON_CONVERTER | ( | Vector3D | , |
| v | |||
| ) |
Definition at line 38 of file gtest_json.cpp.
| void TestTypes::jsonFromTime | ( | const Time & | t, |
| nlohmann::json & | j | ||
| ) |
Definition at line 60 of file gtest_json.cpp.
| void TestTypes::jsonToTime | ( | const nlohmann::json & | j, |
| Time & | t | ||
| ) |
Definition at line 65 of file gtest_json.cpp.