ADTF  3.18.3
adtf_remote_active_runner_intf.h
Go to the documentation of this file.
1 
7 #pragma once
8 
9 #include <adtf_utils.h>
10 #include <adtf_ucom3.h>
11 
12 namespace adtf
13 {
14 namespace remote
15 {
16 namespace osborn
17 {
18 
25 {
26  public:
28  ADTF_IID(IRPCActiveRunner, "rpc_runner.osborn.remote.adtf");
30  static constexpr const tChar* const DEFAULT_NAME = "rpc_runner";
31 
32  public:
42  virtual tResult Trigger(adtf::base::tNanoSeconds tmTimeOfTrigger, bool bSync) = 0;
43 };
44 
45 }
47 }
48 }
Copyright © Audi Electronics Venture GmbH.
char tChar
The tChar defines the type for platform character set (platform and compiler dependent type).
ADTF_IID(IRPCActiveRunner, "rpc_runner.osborn.remote.adtf")
RPC IID of the runner.
static constexpr const tChar *const DEFAULT_NAME
Default name of the runner.
virtual tResult Trigger(adtf::base::tNanoSeconds tmTimeOfTrigger, bool bSync)=0
Calls the trigger.
Namespace for entire ADTF SDK.