stub_analytics_plugin
1.6
Network Optix Video Analytics SDK
|
#include <i_plugin_event.h>
Public Types | |
enum | Level { info, warning, error } |
Public Member Functions | |
virtual Level | level () const =0 |
virtual const char * | caption () const =0 |
virtual const char * | description () const =0 |
![]() | |
virtual void * | queryInterface (const nxpl::NX_GUID &interfaceID)=0 |
Cast to type, specified by interfaceID. More... | |
virtual unsigned int | addRef ()=0 |
Increment reference counter. More... | |
virtual unsigned int | releaseRef ()=0 |
Decrement reference counter. More... | |
VMS Event which can be triggered by a Plugin to inform the System about some issue or status change.