|
|
| cADTFRuntime () |
| | CTOR.
|
| |
| | cADTFRuntime (const adtf::util::cCommandLine &oCommandline) |
| |
|
tResult | SetRunLevel (int8_t i8RunlevelToChangeTo, bool bWait=true) override |
| |
|
int8_t | GetRunLevel () const override |
| |
|
tResult | SetMicroRunLevel (tADTFMicroRunLevel nRunlevelToChangeTo, bool bWait=true) override |
| |
|
tADTFMicroRunLevel | GetMicroRunLevel () const override |
| |
|
tResult | CreateInstance (const char *strCID, ucom::ant::iobject_ptr< ucom::ant::IObject > &pObject, const char *strNameOfObject="") const override |
| |
|
tResult | RegisterObject (const ucom::ant::iobject_ptr< ucom::ant::IObject > &pObject, const char *strNameOID, int8_t nRunLevel, uint32_t ui32Flags=0) override |
| |
|
tResult | RegisterPlugin (const char *strUrl, int8_t nRunLevel, ucom::ant::iobject_ptr< ucom::ant::IPluginInfo > &pPluginInfo, uint32_t ui32Flags=0) override |
| |
|
bool | StartupCompleted () const override |
| |
| tResult | Exec (int8_t i8FirstRunlevelToSet, std::function< void()> fnStartup) |
| |
| tResult | Exec (int8_t i8FirstRunlevelToSet, std::function< void()> fnStartup, bool bContinueInCaseOfError) |
| |
|
tResult | Exec (int8_t i8FirstRunlevelToSet) |
| |
|
tResult | ExecMicro (tADTFMicroRunLevel nFirstMicroRunlevelToSet, std::function< void()> fnStartup, bool bContinueInCaseOfError) |
| |
| tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| | Query interfaces on an object.
|
| |
| tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| | Provides const correct interface querying.
|
| |
| void | Destroy () const override |
| | Switch from non-virtual destructor to virtual destructor.
|
| |
| tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| | Query interfaces on an object.
|
| |
| tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| | Provides const correct interface querying.
|
| |
| void | Destroy () const override |
| | Switch from non-virtual destructor to virtual destructor.
|
| |
| tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| | Query interfaces on an object.
|
| |
| tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| | Provides const correct interface querying.
|
| |
| void | Destroy () const override |
| | Switch from non-virtual destructor to virtual destructor.
|
| |
| tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| | Query interfaces on an object.
|
| |
| tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| | Provides const correct interface querying.
|
| |
| void | Destroy () const override |
| | Switch from non-virtual destructor to virtual destructor.
|
| |
| | ADTF_IID (IObject, "object.ant.ucom.adtf.iid") |
| |
Definition of the Basic ADTF Runtime the Launcher will be used to create an ADTF System.