|
C++ YASMIN (Yet Another State MachINe)
|
#include <chrono>#include <gtest/gtest.h>#include <memory>#include <thread>#include "example_interfaces/action/fibonacci.hpp"#include "rclcpp/rclcpp.hpp"#include "rclcpp_action/rclcpp_action.hpp"#include "yasmin_ros/action_state.hpp"#include "yasmin_ros/basic_outcomes.hpp"#include "yasmin_ros/ros_clients_cache.hpp"#include "yasmin_ros/ros_logs.hpp"#include "yasmin_ros/yasmin_node.hpp"
Classes | |
| class | AuxNode |
| class | TestActionClientState |
Functions | |
| TEST_F (TestActionClientState, TestActionClientStateSucceed) | |
| TEST_F (TestActionClientState, TestActionClientStateCache) | |
| TEST_F (TestActionClientState, TestActionClientStateResultHandler) | |
| TEST_F (TestActionClientState, TestActionClientStateCancel) | |
| TEST_F (TestActionClientState, TestActionClientStateAbort) | |
| TEST_F (TestActionClientState, TestActionClientStateRetryWaitTimeout) | |
| TEST_F (TestActionClientState, TestActionClientStateRetryResponseTimeout) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv ) |
| TEST_F | ( | TestActionClientState | , |
| TestActionClientStateAbort | ) |
| TEST_F | ( | TestActionClientState | , |
| TestActionClientStateCache | ) |
| TEST_F | ( | TestActionClientState | , |
| TestActionClientStateCancel | ) |
| TEST_F | ( | TestActionClientState | , |
| TestActionClientStateResultHandler | ) |
| TEST_F | ( | TestActionClientState | , |
| TestActionClientStateRetryResponseTimeout | ) |
| TEST_F | ( | TestActionClientState | , |
| TestActionClientStateRetryWaitTimeout | ) |
| TEST_F | ( | TestActionClientState | , |
| TestActionClientStateSucceed | ) |