NinjaFlight
|
#include <stdint.h>
#include "common/encoding.h"
#include "unittest_macros.h"
#include "gtest/gtest.h"
Data Structures | |
struct | zigzagEncodingExpectation_s |
struct | floatToIntEncodingExpectation_s |
Typedefs | |
typedef struct zigzagEncodingExpectation_s | zigzagEncodingExpectation_t |
typedef struct floatToIntEncodingExpectation_s | floatToIntEncodingExpectation_t |
Functions | |
TEST (EncodingTest, ZigzagEncodingTest) | |
TEST (EncodingTest, FloatToIntEncodingTest) | |
typedef struct floatToIntEncodingExpectation_s floatToIntEncodingExpectation_t |
typedef struct zigzagEncodingExpectation_s zigzagEncodingExpectation_t |
TEST | ( | EncodingTest | , |
ZigzagEncodingTest | |||
) |
TEST | ( | EncodingTest | , |
FloatToIntEncodingTest | |||
) |