|
ADTF
|
#include <adtf_remote_active_runner_intf.h>
Public Member Functions | |
| ADTF_IID (IRPCActiveRunner, "rpc_runner.osborn.remote.adtf") | |
| RPC IID of the runner. | |
| virtual tResult | Trigger (adtf::base::tNanoSeconds tmTimeOfTrigger, bool bSync)=0 |
Static Public Attributes | |
| static constexpr const tChar *const | DEFAULT_NAME = "rpc_runner" |
| Default name of the runner. | |
Remote Runner interface. Use this interface to communicate to the active runner via RPC call.
|
pure virtual |
Calls the trigger
| [in] | tNanoSeconds | The timestamp that will passed on. If -1 then the recorder will takethe current stream time from the reference clock. |
| [in] | bSync | true: Calls the trigger synchronously false: Calls the trigger asynchronously |
| ERR_NOERROR | Calling of the trigger was successfully. |