stub_analytics_plugin  1.6
Network Optix Video Analytics SDK
Public Types | Public Member Functions | List of all members
nx::sdk::IPluginEvent Class Referenceabstract

#include <i_plugin_event.h>

Inheritance diagram for nx::sdk::IPluginEvent:
nxpl::PluginInterface

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
 
- Public Member Functions inherited from nxpl::PluginInterface
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...
 

Detailed Description

VMS Event which can be triggered by a Plugin to inform the System about some issue or status change.


The documentation for this class was generated from the following file: