OpenCSD - CoreSight Trace Decode Library
0.14.4
|
#include <comp_attach_notifier_i.h>
Public Member Functions | |
IComponentAttachNotifier () | |
virtual | ~IComponentAttachNotifier () |
virtual void | attachNotify (const int num_attached)=0 |
Definition at line 46 of file comp_attach_notifier_i.h.
|
inline |
Definition at line 48 of file comp_attach_notifier_i.h.
|
inlinevirtual |
Default interface constructor
Definition at line 49 of file comp_attach_notifier_i.h.
|
pure virtual |
Default interface destructor
Callback called by the componentAttachPt() classes when a component is attached to or detached from the attach point.
num_attached | : number of remaining components attached to the point after the operation that triggered the notification. |