![]() |
ChimeraTK-DeviceAccess 03.25.00
|
#include <boost/test/unit_test.hpp>#include "Exception.h"#include "IEEE754_SingleConverter.h"#include <float.h>
Include dependency graph for testIEEE754_SingleConverter.cpp:Go to the source code of this file.
Macros | |
| #define | BOOST_TEST_DYN_LINK |
| #define | BOOST_TEST_MODULE IEEE754_SingleConverterTest |
Functions | |
| BOOST_AUTO_TEST_CASE (test_toCooked_3_25) | |
| BOOST_AUTO_TEST_CASE (test_toCooked_60k) | |
| BOOST_AUTO_TEST_CASE (test_toCooked_minus240) | |
| void | checkAsRaw (int32_t rawValue, float expectedValue) |
| BOOST_AUTO_TEST_CASE (test_from_3_25) | |
| BOOST_AUTO_TEST_CASE (test_toCooked_00) | |
| #define BOOST_TEST_DYN_LINK |
Definition at line 4 of file testIEEE754_SingleConverter.cpp.
| #define BOOST_TEST_MODULE IEEE754_SingleConverterTest |
Definition at line 5 of file testIEEE754_SingleConverter.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_from_3_25 | ) |
Definition at line 87 of file testIEEE754_SingleConverter.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_toCooked_00 | ) |
Definition at line 114 of file testIEEE754_SingleConverter.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_toCooked_3_25 | ) |
Definition at line 15 of file testIEEE754_SingleConverter.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_toCooked_60k | ) |
Definition at line 36 of file testIEEE754_SingleConverter.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_toCooked_minus240 | ) |
Definition at line 59 of file testIEEE754_SingleConverter.cpp.
| void checkAsRaw | ( | int32_t | rawValue, |
| float | expectedValue | ||
| ) |
Definition at line 80 of file testIEEE754_SingleConverter.cpp.