![]() |
ChimeraTK-DeviceAccess 03.25.00
|
Include dependency graph for testFloatRawData.cpp:Go to the source code of this file.
Macros | |
| #define | BOOST_TEST_DYN_LINK |
| #define | BOOST_TEST_MODULE FloatRawDataTest |
Functions | |
| BOOST_AUTO_TEST_CASE (testCatalogueEntries) | |
| BOOST_AUTO_TEST_CASE (testReading) | |
| void | checkAsRaw (int32_t rawValue, float expectedValue) |
| BOOST_AUTO_TEST_CASE (testWriting) | |
| #define BOOST_TEST_DYN_LINK |
Definition at line 4 of file testFloatRawData.cpp.
| #define BOOST_TEST_MODULE FloatRawDataTest |
Definition at line 5 of file testFloatRawData.cpp.
| BOOST_AUTO_TEST_CASE | ( | testCatalogueEntries | ) |
Definition at line 16 of file testFloatRawData.cpp.
| BOOST_AUTO_TEST_CASE | ( | testReading | ) |
Definition at line 43 of file testFloatRawData.cpp.
| BOOST_AUTO_TEST_CASE | ( | testWriting | ) |
Definition at line 85 of file testFloatRawData.cpp.
| void checkAsRaw | ( | int32_t | rawValue, |
| float | expectedValue | ||
| ) |
Definition at line 78 of file testFloatRawData.cpp.