|
C++ YASMIN (Yet Another State MachINe)
|
#include <chrono>#include <gtest/gtest.h>#include <memory>#include <thread>#include "example_interfaces/srv/add_two_ints.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/service_state.hpp"#include "yasmin_ros/yasmin_node.hpp"
Classes | |
| class | AuxNode |
| class | TestServiceClientState |
Functions | |
| TEST_F (TestServiceClientState, TestServiceClient) | |
| TEST_F (TestServiceClientState, TestServiceClientCache) | |
| TEST_F (TestServiceClientState, TestServiceClientResponseHandler) | |
| TEST_F (TestServiceClientState, TestServiceClientRetryWaitTimeout) | |
| TEST_F (TestServiceClientState, TestServiceClientRetryResponseTimeout) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv ) |
| TEST_F | ( | TestServiceClientState | , |
| TestServiceClient | ) |
| TEST_F | ( | TestServiceClientState | , |
| TestServiceClientCache | ) |
| TEST_F | ( | TestServiceClientState | , |
| TestServiceClientResponseHandler | ) |
| TEST_F | ( | TestServiceClientState | , |
| TestServiceClientRetryResponseTimeout | ) |
| TEST_F | ( | TestServiceClientState | , |
| TestServiceClientRetryWaitTimeout | ) |