#include <object_info_intf.h>
Inherits adtf::ucom::ant::IClassInfo.
Inherited by adtf::ucom::ant::IService.
|
|
| ~IObjectInfo ()=default |
| | Protected destructor --> Only the final implementation can be destroyed!
|
| |
|
| ~IClassInfo ()=default |
| | Protected destructor --> Only the final implementation can be destroyed!
|
| |
|
| ~IObject ()=default |
| | Protected destructor --> Only the final implementation can be destroyed!
|
| |
The IObjectInfo interface provides methods for getting and setting class information.
◆ ADTF_IID()
| adtf::ucom::ant::IObjectInfo::ADTF_IID |
( |
IObjectInfo | , |
|
|
"object_info.ant.ucom.adtf.iid" | ) |
◆ GetOID()
| virtual const char * adtf::ucom::ant::IObjectInfo::GetOID |
( |
| ) |
const |
|
pure virtual |
Returns the object instance name.
- Returns
- Returns the object instance name.
◆ SetOID()
| virtual void adtf::ucom::ant::IObjectInfo::SetOID |
( |
const char * | strName | ) |
|
|
pure virtual |
Sets the object instance name.
- Parameters
-
| [in] | strName | name of the instance |
- Returns
- Returns a standard result code.
The documentation for this class was generated from the following file: