| RTXI 2.4 The Real-Time eXperiment Interface Documentation |
Go to the documentation of this file. 20 #ifndef CORE_PLUGINS_TESTS_H 21 #define CORE_PLUGINS_TESTS_H 27 #include <gtest/gtest.h> 28 #include <math/runningstat.h> 35 QString libraryPath(std::filesystem::current_path().
string().c_str());
36 libraryPath +=
"/../plugins/performance_measurement/.libs/performance_measurement.so";
51 std::default_random_engine randgen;
52 std::uniform_real_distribution<double> dist(0.0, 100.0);
53 for(
int i=0; i<100; ++i)
69 QString libraryPath(std::filesystem::current_path().
string().c_str());
70 libraryPath +=
"/../plugins/connector/.libs/connector.so";
84 QString libraryPath(std::filesystem::current_path().
string().c_str());
85 libraryPath +=
"/../plugins/data_recorder/.libs/data_recorder.so";
100 QString libraryPath(std::filesystem::current_path().
string().c_str());
101 libraryPath +=
"/../plugins/model_loader/.libs/model_loader.so";
117 QString libraryPath(std::filesystem::current_path().
string().c_str());
118 libraryPath +=
"/../plugins/module_installer/.libs/module_installer.so";
133 QString libraryPath(std::filesystem::current_path().
string().c_str());
134 libraryPath +=
"/../plugins/oscilloscope/.libs/oscilloscope.so";
149 QString libraryPath(std::filesystem::current_path().
string().c_str());
150 libraryPath +=
"/../plugins/system_control/.libs/system_control.so";
165 QString libraryPath(std::filesystem::current_path().
string().c_str());
166 libraryPath +=
"/../plugins/userprefs/.libs/userprefs.so";
~SystemControlPluginTests()
Object * load(const QString &library)
~ModelLoaderPluginTests()
~UserPreferencesPluginTests()
~ModuleInstallerPluginTests()
OscilloscopePluginTests()
ModuleInstallerPluginTests()
Plugin::Manager * manager
Plugin::Manager * manager
Plugin::Manager * manager
Plugin::Manager * manager
Plugin::Manager * manager
Plugin::Manager * manager
~DataRecorderPluginTests()
~OscilloscopePluginTests()
Plugin::Manager * manager
static Manager * getInstance(void)
DataRecorderPluginTests()
std::vector< double > randnums
UserPreferencesPluginTests()
SystemControlPluginTests()