ADTF
|
Interface for listening to sample stream traces that are available via the sample stream trace provider. More...
Classes | |
class | IListener |
struct | tTraceData |
struct holding the data as provided through the sample stream trace view interface More... | |
Public Member Functions | |
ADTF_IID (ISampleStreamTracer, "sample_stream_tracer.bat.services.adtf.iid") | |
Interface ID for the interface. | |
virtual tResult | RegisterListener (IListener &oListener)=0 |
Registers the given sample stream trace view listener to receive updates about sample stream traces. | |
virtual tResult | UnregisterListener (IListener &oListener)=0 |
Unregisters the given stream trace view listener to no longer receive sample stream trace informations. | |
Public Member Functions inherited from IObject | |
ADTF_IID (IObject, "object.ant.ucom.adtf.iid") | |
Marks the IObject to be castable with the ucom_cast() More... | |
Protected Member Functions | |
~ISampleStreamTracer ()=default | |
Protected destructor --> Use implemented Destroy() instead of delete! | |
Protected Member Functions inherited from IObject | |
~IObject ()=default | |
Protected destructor --> Use implemented Destroy() instead of delete! | |
Interface for listening to sample stream traces that are available via the sample stream trace provider.
Definition at line 25 of file sample_stream_tracer_intf.h.