ADTF  3.18.2
ADTF Remote SDK

ADTF Remote SDK

The ADTF Remote SDK defines concreate RPC access interfaces to ADTF objects. The main header to include is:

#include <adtf_remotesdk.h>

Introduction

The main focus of this package is to define a valid application interface for the RPC calls to a ADTF System Launcher.

Basics

The one and only class of this package is cADTFRemoteSystem. Following RPC Objects are available:

  • ISystem
  • ISession
  • IClock
  • IPlayer
  • IRecorder
  • ISampleStreamTracer

Namespaces

adtf

Namespace for entire ADTF SDK.

adtf::remote

Namespace for the ADTF Remote SDK.

Adding RPC Interfaces

For an example of how to create your own RPC interfaces and objects see Demo RPC Calculator Server and Client Plugin.

Dependency

The ADTF Remote SDK depends on the ADTF Base SDK and the RPC package content within dev_essential.