The ADTF System SDK provides basic implementations for the ADTF System at service level.
The main header to include is:
The main focus of this package is to define concrete interfaces system interface and helper implementations to develop a System Service and Streaming Service.
All available versioned interfaces are collected at the namespace services.
The ADTF System SDK depends on the ADTF Remote SDK and the ADTF Streaming SDK.
adtf
Namespace for entire ADTF SDK.
system
Namespace for the ADTF System SDK.
testing
Namespace for all testing functionality of the ADTF System SDK.
cADTFService
Default implementation of a ADTF Service can be used for convinience.
cBaseClock
cDiscreteClock
Discrete Clock implementation.
cInterpolatingClock
Interpolating clock.
cADTFSystem
ADTF System Creation Class.
Some programming examples is provided at System SDK Examples.