ADTF
Loading...
Searching...
No Matches
interface_binding_type_intf.h
Go to the documentation of this file.
1
7
#pragma once
8
#include <
adtfucom3/adtf_ucom3.h
>
9
#include <
adtfbase/string_intf.h
>
10
11
namespace
adtf
12
{
13
namespace
streaming
14
{
15
namespace
ant
16
{
17
22
class
IBindingType
:
public
ucom::ant::IObject
23
{
24
protected
:
25
~IBindingType
() =
default
;
26
public
:
28
ADTF_IID
(
IBindingType
,
"bindingtype.ant.streaming.adtf.iid"
);
29
34
virtual
tResult
GetInterfaceID
(
base::ant::IString
&& strInterfaceID)
const
= 0;
35
40
virtual
tResult
GetInterfaceProxyCID
(
base::ant::IString
&& strInterfaceID)
const
= 0;
41
52
virtual
bool
IsEqual
(
const
IBindingType
& oType)
const
= 0;
53
};
54
55
}
// namespace ant
56
58
using
ant::IBindingType
;
59
60
}
//namespace streaming
61
}
//namespace adtf
adtf_ucom3.h
tResult
A_UTILS_NS::cResult tResult
For backwards compatibility and to bring latest version into scope.
Definition
result.h:736
adtf::base::ant::IString
Definition
string_intf.h:29
adtf::streaming::ant::IBindingType
Definition
interface_binding_type_intf.h:23
adtf::streaming::ant::IBindingType::ADTF_IID
ADTF_IID(IBindingType, "bindingtype.ant.streaming.adtf.iid")
definiton of interface id
adtf::streaming::ant::IBindingType::IsEqual
virtual bool IsEqual(const IBindingType &oType) const =0
Returns whether true or false for equality.
adtf::streaming::ant::IBindingType::GetInterfaceProxyCID
virtual tResult GetInterfaceProxyCID(base::ant::IString &&strInterfaceID) const =0
adtf::streaming::ant::IBindingType::GetInterfaceID
virtual tResult GetInterfaceID(base::ant::IString &&strInterfaceID) const =0
adtf::ucom::ant::IObject
Definition
object_intf.h:33
adtf::streaming::ant
Namespace for all functionality of the ADTF Streaming SDK provided since v3.0.
Definition
bindingproxyoutport.h:16
adtf::streaming
Namespace for the ADTF Streaming SDK.
Definition
bindingproxyinport.h:14
adtf
Namespace for all functionality provided by ADTF and its SDKs.
Definition
adtf_client_connector.h:14
string_intf.h
src
libraries
streaming3
include
adtfstreaming3
interface_binding_type_intf.h
Copyright © CARIAD SE. All rights reserved | Generated on Thu Aug 6 2026 by doxygen 1.13.2 | GIT Commit Hash: 07d2f84367192978b2a55ca6aee7f968758b7220