ADTF
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ISignalRegistryabstract

Interface for asynchronous signal transmission. More...

#include <signal_registry_intf.h>

Inheritance diagram for ISignalRegistry:
[legend]

Classes

class  ISignalProvider
 Interface for a signal provider. More...
 
struct  tSignalAttributes
 attributes of a signal More...
 
struct  tSignalValue
 an update of a signal More...
 

Public Types

typedef size_t tSignalID
 unique id for signals
 

Public Member Functions

 ADTF_IID (ISignalRegistry, "signal_registry.ant.services.adtf.iid")
 Interface ID for the interface.
 
virtual tResult CreateProvider (const char *strName, adtf::ucom::ant::iobject_ptr< ISignalProvider > &pProvider)=0
 Creates a new provider.
 
- Public Member Functions inherited from IObject
 ADTF_IID (IObject, "object.ant.ucom.adtf.iid")
 Marks the IObject to be castable with the ucom_cast()
 

Protected Member Functions

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

Detailed Description

Interface for asynchronous signal transmission.

Definition at line 27 of file signal_registry_intf.h.

Member Typedef Documentation

◆ tSignalID

typedef size_t tSignalID

unique id for signals

Definition at line 39 of file signal_registry_intf.h.

Member Function Documentation

◆ CreateProvider()

virtual tResult CreateProvider ( const char * strName,
adtf::ucom::ant::iobject_ptr< ISignalProvider > & pProvider )
pure virtual

Creates a new provider.

Parameters
[in]strNameThe name of the provider.
[out]pProviderThe new provider instance.
Returns
Standard result.

Implemented in ISignalRegistry, and ISignalRegistry.