|
HLCC Documentation 2.2.0
|
#include "pfssimhlcc/dataContext.hpp"#include <gtest/gtest.h>#include <gtest/gtest_prod.h>#include <taiclock/taiClock.hpp>#include <date/tz.h>#include <ciiLogManager.hpp>#include <mal/utility/LoadMal.hpp>#include "mal/Cii.hpp"#include "pfssimhlcc/oldbInterface.hpp"#include "pfssimhlcc/config.hpp"#include "pfssimhlcc/logger.hpp"Classes | |
| class | OldbAdapterDummy |
| class | OldbInterfaceDummy |
| class | DataContextTest |
Macros | |
| #define | EXPECT_RADIANS_EQ(a, b) EXPECT_DOUBLE_EQ(Radians((a)).Get(), Radians((b)).Get()) |
| Test that two angles in radians are almost equal. | |
| #define | EXPECT_RADIANS_NEAR(a, b, eps) EXPECT_NEAR(Radians((a)).Get(), Radians((b)).Get(), (eps)) |
| Test that two angles in radians are within a given distance to each other. | |
| #define EXPECT_RADIANS_EQ | ( | a, | |
| b ) EXPECT_DOUBLE_EQ(Radians((a)).Get(), Radians((b)).Get()) |
Test that two angles in radians are almost equal.
| #define EXPECT_RADIANS_NEAR | ( | a, | |
| b, | |||
| eps ) EXPECT_NEAR(Radians((a)).Get(), Radians((b)).Get(), (eps)) |
Test that two angles in radians are within a given distance to each other.