#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
#include <catch2/catch_amalgamated.hpp>
#include <jau/test/catch2_ext.hpp>
#include <direct_bt/ieee11073/DataTypes.hpp>
Go to the source code of this file.
◆ CATCH_CONFIG_RUNNER
#define CATCH_CONFIG_RUNNER |
◆ test_float32_IEEE11073_to_IEEE754()
static void test_float32_IEEE11073_to_IEEE754 |
( |
const std::string & |
msg, |
|
|
const uint32_t |
raw, |
|
|
const float |
expFloat |
|
) |
| |
|
static |
◆ test_AbsoluteTime_IEEE11073()
static void test_AbsoluteTime_IEEE11073 |
( |
const std::string & |
msg, |
|
|
const uint8_t * |
data_le, |
|
|
const int |
size, |
|
|
const std::string & |
expStr |
|
) |
| |
|
static |
◆ TEST_CASE()
TEST_CASE |
( |
"Datatype IEEE11073 Test 01" |
, |
|
|
"" |
[datatype][IEEE11073] |
|
) |
| |