ADTF
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
cService
Inheritance diagram for cService:
[legend]

Public Member Functions

 ADTF_OBJECT_INFO_IMPL (m_strOID)
 
 ADTF_CLASS_INFO_IMPL (cService)
 
 ADTF_CLASS_ID (cService, "nocid_set")
 
 UCOM_RESOLVE (IObject, IService)
 
tServiceState GetState () const override
 
tResult SetState (tServiceState eState) override
 
tResult ServiceEvent (int nEventId, uint32_t ui32Param1=0, uint32_t ui32Param2=0, void *pvData=nullptr, int szData=0) override
 
- Public Member Functions inherited from object< cServiceLevelmachine, IClassInfo, IObjectInfo, IService >
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.
 
- Public Member Functions inherited from IObject
 ADTF_IID (IObject, "object.ant.ucom.adtf.iid")
 Marks the IObject to be castable with the ucom_cast()
 

Private Attributes

std::vector< IEventSink * > m_oEventSinks
 

Additional Inherited Members

- Protected Member Functions inherited from IObject
 ~IObject ()=default
 Protected destructor --> Only the final implementation can be destroyed!
 

Detailed Description

Definition at line 55 of file service.h.

Member Data Documentation

◆ m_oEventSinks

std::vector<IEventSink*> m_oEventSinks
private

Definition at line 58 of file service.h.