#include <gtest/gtest.h>
#include <uavcan/transport/transfer_buffer.hpp>
#include <limits>
#include <root_ns_a/EmptyService.hpp>
#include <root_ns_a/EmptyMessage.hpp>
#include <root_ns_a/NestedMessage.hpp>
#include <root_ns_a/A.hpp>
#include <root_ns_a/ReportBackSoldier.hpp>
#include <root_ns_b/ServiceWithEmptyRequest.hpp>
#include <root_ns_b/ServiceWithEmptyResponse.hpp>
#include <root_ns_b/T.hpp>
Go to the source code of this file.
Functions | |
TEST (Dsdl, CloseComparison) | |
TEST (Dsdl, EmptyServices) | |
TEST (Dsdl, Operators) | |
TEST (Dsdl, Signature) | |
TEST | ( | Dsdl | , |
CloseComparison | |||
) |
Definition at line 85 of file dsdl_test.cpp.
TEST | ( | Dsdl | , |
EmptyServices | |||
) |
Definition at line 22 of file dsdl_test.cpp.
TEST | ( | Dsdl | , |
Operators | |||
) |
Definition at line 66 of file dsdl_test.cpp.
TEST | ( | Dsdl | , |
Signature | |||
) |
Definition at line 54 of file dsdl_test.cpp.