#include <adtf_service.h>
Inherits adtf::ucom::catwo::object< ucom::ant::cService, base::ant::configuration<> >.
|
| void | SetDescription (const char *strDescription) |
| |
| void | SetDefaultRunlevel (int8_t nDefaultRunlevel) |
| |
| void | SetHelpLink (const char *strUrl) |
| |
| 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") |
| |
|
|
| ~IObject ()=default |
| | Protected destructor --> Only the final implementation can be destroyed!
|
| |
Default implementation of a ADTF Service can be used for convinience.
The implemenation enriched the adtf::ucom::cService with capability to use properties.
◆ SetDefaultRunlevel()
| void adtf::system::ant::cADTFService::SetDefaultRunlevel |
( |
int8_t | nDefaultRunlevel | ) |
|
Sets the default runlevel that this Service should be initialized in.
- Parameters
-
| [in] | nDefaultRunlevel | The default runlevel. |
◆ SetDescription()
| void adtf::system::ant::cADTFService::SetDescription |
( |
const char * | strDescription | ) |
|
◆ SetHelpLink()
| void adtf::system::ant::cADTFService::SetHelpLink |
( |
const char * | strUrl | ) |
|
The documentation for this class was generated from the following file: