#include <gtest/gtest.h>#include <limits>#include <uavcan/marshal/scalar_codec.hpp>#include <uavcan/transport/transfer_buffer.hpp>
Go to the source code of this file.
Macros | |
| #define | CHECK(bitlen, variable, expected_value) |
Functions | |
| TEST (ScalarCodec, Basic) | |
| TEST (ScalarCodec, RepresentationCorrectness) | |
| #define CHECK | ( | bitlen, | |
| variable, | |||
| expected_value | |||
| ) |
| TEST | ( | ScalarCodec | , |
| Basic | |||
| ) |
Definition at line 11 of file scalar_codec.cpp.
| TEST | ( | ScalarCodec | , |
| RepresentationCorrectness | |||
| ) |
Definition at line 83 of file scalar_codec.cpp.