Namespace for all testing functionality of the ADTF System SDK.
More...
|
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.
|
|
|
class | cSessionTestSystem |
| This class allows you to create a test system based on an ADTF session. More...
|
|
class | cTestLogger |
| Utility class to record all log messages in an ADTF system during tests. More...
|
|
class | cTestSystem |
| This class enables you to setup an ADTF system where you can test your filters and services. More...
|
|
|
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) |
| This helper function will add the ADTF core objects to an existing _runtime.
|
|
Namespace for all testing functionality of the ADTF System SDK.
◆ system_executor
◆ create_adtf_default_system()
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 ) |
This helper function will add the ADTF core objects to an existing _runtime.
- Parameters
-
[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. |
- Returns
- Result of cADTFSystem::Launch.