8#ifndef _ADTF_UCOM_ANT_PLUGIN_INTERFACE_INCLUDES_HEADER_
9#define _ADTF_UCOM_ANT_PLUGIN_INTERFACE_INCLUDES_HEADER_
tVoid * tHandle
type definition for a handle value (platform and compiler dependent type).
A_UTILS_NS::cResult tResult
For backwards compatibility and to bring latest version into scope.
The IClassFactory interface provides methods for creating new class instances.
Base class for every interface type within the uCOM.
virtual const char * GetLabel() const =0
Returns a label for the plugin.
virtual tHandle GetHandle() const =0
Get native handle.
virtual tPluginState GetState() const =0
Get plugin state.
virtual tResult SetState(tPluginState eState)=0
Changes the state of the plugin.
virtual void SetHandle(tHandle hModule)=0
Sets the native handle (during loading of the plugin)
virtual tResult GetClassFactory(iobject_ptr< const IClassFactory > &pClassFactory) const =0
Retrieve the class factory of the plugin.
~IPlugin()=default
Protected destructor --> Only the final implementation can be destroyed!
tPluginBuildType
lists the several types of plugin states
virtual uint32_t GetBuildType() const =0
Returns the versions of the plugin.
ADTF_IID(IPlugin, "plugin.ant.ucom.adtf.iid")
Marks the IPlugin to be castable with the ucom_cast<>
tPluginState
lists the several types of plugin states
virtual iterator_adapter< const tNamedVersion, pointer_iterator > GetVersions() const =0
Returns the versions of the plugin.
The IRuntime interface controls global system startup and shutdown.
Base object pointer to realize binary compatible reference counting in interface methods.
Namespace for all functionality provided since v3.0.
Namespace for the ADTF uCOM3 SDK.
Namespace for entire ADTF SDK.
Adapter for begin and end iterators - usable as return and parameter value in interfaces.
Empty struct template to specialize implementations of iterator interfaces.
Named version information consisting of the modules name and its adtf_util::tVersion.