|
ADTF
|
Namespace for all provided testing functionality helper. More...
Namespaces | |
| namespace | ant |
| Namespace for all functionality of the ADTF UCOM SDK provided since v3.0. | |
Classes | |
| class | cTestRuntime |
| class | exec_forward |
| class | runtime_executor |
Enumerations | |
| enum | tTestRL |
Functions | |
| const adtf_util::cFilename | find_plugin (const adtf::util::cString &strPluginName) |
| const adtf_util::cFilename | load_plugin (const adtf::util::cString &strPluginName, int8_t ui8Level, ucom::ant::IRuntime &oRuntime) |
| void | load_service (const adtf_util::cString &strPluginName, const adtf_util::cString &strClassId, const adtf_util::cString &strObjectId, int8_t nPluginLevel, int8_t nServiceLevel) |
| void | clean_up () |
Namespace for all provided testing functionality helper.
| enum adtf::ucom::testing::ant::tTestRL : int8_t |
A testing runtime runlevel definition for own applications.
| void adtf::ucom::testing::ant::clean_up | ( | ) |
cleans up the current _runtime returns void.
| const adtf_util::cFilename adtf::ucom::testing::ant::find_plugin | ( | const adtf::util::cString & | strPluginName | ) |
find plugin helper.
| strPluginName | [in] Path to the plugin. if path is relative it will try to resolve to ITestBench::GetPluginDirs(). |
| const adtf_util::cFilename adtf::ucom::testing::ant::load_plugin | ( | const adtf::util::cString & | strPluginName, |
| int8_t | ui8Level, | ||
| ucom::ant::IRuntime & | oRuntime ) |
load plugin helper.
| strPluginName | [in] Path to the plugin. if path is relative it will try to resolve to ITestBench::GetPluginDirs. |
| ui8Level | [in] level where to register plugin |
| oRuntime | [in] runtime where to register plugin |
| void adtf::ucom::testing::ant::load_service | ( | const adtf_util::cString & | strPluginName, |
| const adtf_util::cString & | strClassId, | ||
| const adtf_util::cString & | strObjectId, | ||
| int8_t | nPluginLevel, | ||
| int8_t | nServiceLevel ) |
load plugin and create a service.
| strPluginName | [in] Path to the plugin. if path is relative it will try to resolve to ITestBench::GetPluginDirs. |
| strClassId | [in] class identifier to create the service |
| strObjectId | [in] object identifier to register within _runtime. |
| nPluginLevel | [in] to register the plugin |
| nServiceLevel | [in] service level the runtime will unregister the object automatically. |