#include <gtest/gtest.h>#include <uavcan/node/service_server.hpp>#include <uavcan/util/method_binder.hpp>#include <root_ns_a/StringService.hpp>#include <root_ns_a/EmptyService.hpp>#include "../clock.hpp"#include "../transport/can/can.hpp"#include "test_node.hpp"
Go to the source code of this file.
Classes | |
| struct | EmptyServerImpl |
| struct | StringServerImpl |
Functions | |
| TEST (ServiceServer, Basic) | |
| TEST (ServiceServer, Empty) | |
| TEST | ( | ServiceServer | , |
| Basic | |||
| ) |
Definition at line 55 of file service_server.cpp.
| TEST | ( | ServiceServer | , |
| Empty | |||
| ) |
Definition at line 136 of file service_server.cpp.