Ocean
|
The Ocean Test Tracking Library implements tests for Ocean's Tracking Oculus Tag library. More...
Data Structures | |
class | Ocean::Test::TestTracking::TestOculusTags::TestOculusTagTracker |
This class implements tests for the Oculus Tag tracker class. More... | |
class | Ocean::Test::TestTracking::TestOculusTags::TestUtilities |
This class implements tests for the Utilities class. More... | |
Functions | |
OCEAN_TEST_TRACKING_OCULUSTAGS_EXPORT bool | Ocean::Test::TestTracking::TestOculusTags::test (const double testDuration, Worker &worker, const std::string &testFunctions=std::string()) |
Tests the entire tracking Oculus Tags library. More... | |
OCEAN_TEST_TRACKING_OCULUSTAGS_EXPORT void | Ocean::Test::TestTracking::TestOculusTags::testAsynchron (const double testDuration, const std::string &testFunctions=std::string()) |
Tests the entire tracking Oculus Tags library. More... | |
The Ocean Test Tracking Library implements tests for Ocean's Tracking Oculus Tag library.
The library is platform independent.
OCEAN_TEST_TRACKING_OCULUSTAGS_EXPORT bool Ocean::Test::TestTracking::TestOculusTags::test | ( | const double | testDuration, |
Worker & | worker, | ||
const std::string & | testFunctions = std::string() |
||
) |
Tests the entire tracking Oculus Tags library.
testDuration | Number of seconds for each test, with range (0, infinity) |
worker | The worker object to distribute some computation on as many CPU cores as defined in the worker object. |
testFunctions | Optional name of the functions to be tested |
OCEAN_TEST_TRACKING_OCULUSTAGS_EXPORT void Ocean::Test::TestTracking::TestOculusTags::testAsynchron | ( | const double | testDuration, |
const std::string & | testFunctions = std::string() |
||
) |
Tests the entire tracking Oculus Tags library.
This function returns directly as the actual test is invoked in an own thread.
This function in intended for non-console applications like e.g., mobile devices.
testDuration | Number of seconds for each test, with range (0, infinity) |
testFunctions | Optional name of the functions to be tested |