RTXI 2.4 The Real-Time eXperiment Interface Documentation |

Go to the source code of this file.
Functions | |
| TEST_F (PerformanceMeasurementPluginTests, pluginLoad) | |
| TEST_F (PerformanceMeasurementPluginTests, getInstance) | |
| TEST_F (RunningStatTests, numValues) | |
| TEST_F (RunningStatTests, push) | |
| TEST_F (RunningStatTests, mean) | |
| TEST_F (RunningStatTests, var) | |
| TEST_F (RunningStatTests, std) | |
| TEST_F (RunningStatTests, clear) | |
| TEST_F (ConnectorPluginTests, loadPlugin) | |
| TEST_F (ConnectorPluginTests, getInstance) | |
| TEST_F (DataRecorderPluginTests, loadPlugin) | |
| TEST_F (ModelLoaderPluginTests, loadPlugin) | |
| TEST_F (ModuleInstallerPluginTests, loadPlugin) | |
| TEST_F (OscilloscopePluginTests, loadPlugin) | |
| TEST_F (SystemControlPluginTests, loadPlugin) | |
| TEST_F (UserPreferencesPluginTests, loadPlugin) | |
| TEST_F | ( | ConnectorPluginTests | , |
| getInstance | |||
| ) |
Definition at line 111 of file core_plugins_tests.cpp.
| TEST_F | ( | ConnectorPluginTests | , |
| loadPlugin | |||
| ) |
Definition at line 102 of file core_plugins_tests.cpp.
| TEST_F | ( | DataRecorderPluginTests | , |
| loadPlugin | |||
| ) |
Definition at line 117 of file core_plugins_tests.cpp.
| TEST_F | ( | ModelLoaderPluginTests | , |
| loadPlugin | |||
| ) |
Definition at line 126 of file core_plugins_tests.cpp.
| TEST_F | ( | ModuleInstallerPluginTests | , |
| loadPlugin | |||
| ) |
Definition at line 135 of file core_plugins_tests.cpp.
| TEST_F | ( | OscilloscopePluginTests | , |
| loadPlugin | |||
| ) |
Definition at line 144 of file core_plugins_tests.cpp.
| TEST_F | ( | PerformanceMeasurementPluginTests | , |
| getInstance | |||
| ) |
Definition at line 34 of file core_plugins_tests.cpp.
| TEST_F | ( | PerformanceMeasurementPluginTests | , |
| pluginLoad | |||
| ) |
Definition at line 25 of file core_plugins_tests.cpp.
| TEST_F | ( | RunningStatTests | , |
| clear | |||
| ) |
Definition at line 91 of file core_plugins_tests.cpp.
| TEST_F | ( | RunningStatTests | , |
| mean | |||
| ) |
Definition at line 57 of file core_plugins_tests.cpp.
| TEST_F | ( | RunningStatTests | , |
| numValues | |||
| ) |
Definition at line 43 of file core_plugins_tests.cpp.
| TEST_F | ( | RunningStatTests | , |
| push | |||
| ) |
Definition at line 48 of file core_plugins_tests.cpp.
| TEST_F | ( | RunningStatTests | , |
| std | |||
| ) |
Definition at line 78 of file core_plugins_tests.cpp.
| TEST_F | ( | RunningStatTests | , |
| var | |||
| ) |
Definition at line 65 of file core_plugins_tests.cpp.
| TEST_F | ( | SystemControlPluginTests | , |
| loadPlugin | |||
| ) |
Definition at line 153 of file core_plugins_tests.cpp.
| TEST_F | ( | UserPreferencesPluginTests | , |
| loadPlugin | |||
| ) |
Definition at line 162 of file core_plugins_tests.cpp.
1.8.17