ADTF
Loading...
Searching...
No Matches
rpc_object_client_intf.h
Go to the documentation of this file.
1
7#pragma once
8#include <adtf_utils.h>
10
11namespace adtf
12{
13namespace remote
14{
15namespace ant
16{
17
19{
20public:
21 virtual ~IRPCObjectClient() = default;
22 virtual tResult GetRPCIID(base::ant::IString&& strIID) const = 0;
23 virtual tResult GetName(base::ant::IString&& strName) const = 0;
24};
25
27{
28public:
29 virtual tResult Reset(const std::shared_ptr<IRPCObjectClient>& oObjectClientPtr) = 0;
30};
31
32}
33
36
37}
38}
A_UTILS_NS::cResult tResult
For backwards compatibility and to bring latest version into scope.
Definition result.h:736
Definition string_intf.h:29
Definition rpc_object_client_intf.h:27
Definition rpc_object_client_intf.h:19
Namespace for all functionality of the ADTF Remote SDK provided since v3.0.
Definition adtf_remote_clock_intf.h:16
Namespace for the ADTF Remote SDK.
Definition adtf_client_connector.h:16
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtf_client_connector.h:14