ADTF
|
Copyright © Audi Electronics Venture GmbH. More...
Go to the source code of this file.
Classes | |
class | cTestRuntime |
A testing runtime definition for own applications. More... | |
class | cExecutorThread |
This is a helper class that executes calls in a thread. More... | |
class | exec_forward< RuntimeClass > |
This template makes will forward the runtime_executor function calls to the RuntimeClass . More... | |
class | runtime_executor< ExecuteForward > |
This template makes sure to create and execute an instance of a runtime in a separate thread. More... | |
Namespaces | |
adtf | |
Namespace for entire ADTF SDK. | |
adtf::ucom | |
Namespace for the ADTF uCOM3 SDK. | |
adtf::ucom::testing | |
Namespace for all provided testing functionality helper. | |
adtf::ucom::testing::ant | |
Namespace for all functionality provided since v3.0. | |
Enumerations | |
enum | tTestRL : int8_t { RL_Shutdown = IRuntime::RL_Shutdown , RL_System = 1 , RL_Application = 2 , RL_Running = 3 } |
A testing runtime runlevel definition for own applications. | |
Functions | |
const adtf_util::cFilename | find_plugin (const adtf::util::cString &strPluginName) |
find plugin helper. More... | |
const adtf_util::cFilename | load_plugin (const adtf::util::cString &strPluginName, int8_t ui8Level, ucom::ant::IRuntime &oRuntime) |
load plugin helper. More... | |
const adtf_util::cFilename | load_plugin (const adtf::util::cString &strPluginName, int8_t ui8Level) |
load plugin helper. More... | |
const adtf_util::cFilename | load_plugin (const adtf::util::cString &strPluginName) |
load plugin helper. More... | |
void | 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. More... | |
void | load_service (const adtf_util::cString &strPluginName, const adtf_util::cString &strClassId, const adtf_util::cString &strObjectId, int8_t nServiceLevel) |
load plugin and create a service. More... | |
void | clean_up () |
cleans up the current _runtime returns void. | |
Copyright © Audi Electronics Venture GmbH.
All rights reserved
Definition in file ucom3/include/adtfucom3/test_runtime.h.