|
ADTF
|
Namespace for all testing functionality of the ADTF System SDK. More...
Namespaces | |
| namespace | giant |
| Namespace for all testing functionality of the ADTF System SDK provided since v3.6. | |
| namespace | lucky |
| Namespace for all testing functionality of the ADTF System SDK provided since v3.11. | |
Classes | |
| class | cSessionTestSystem |
| class | cTestLogger |
| class | cTestResourceCopier |
| class | cTestSystem |
Typedefs | |
| template<typename T> | |
| using | system_executor |
Functions | |
| tResult | create_adtf_default_system (const adtf::util::cFilename &strCorePlugin=adtf::util::cFilename(), bool bLogging=false, const adtf::util::cString &strRPCURL=adtf::util::cString(), bool bProfiler=false, unsigned int nProfilingPort=28077) |
Namespace for all testing functionality of the ADTF System SDK.
| tResult adtf::system::testing::ant::create_adtf_default_system | ( | const adtf::util::cFilename & | strCorePlugin = adtf::util::cFilename(), |
| bool | bLogging = false, | ||
| const adtf::util::cString & | strRPCURL = adtf::util::cString(), | ||
| bool | bProfiler = false, | ||
| unsigned int | nProfilingPort = 28077 ) |
This helper function will add the ADTF core objects to an existing _runtime.
| [in] | strCorePlugin | Core plugin path. If set Sessionmanager creation is enbled. |
| [in] | bLogging | Logging enabled |
| [in] | strRPCURL | If set the a RPC Object Registry will be created to the given URL. |
| [in] | bProfiler | Profiler enabled. |
| [in] | nProfilingPort | Profiler port number idi not using default. |