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

#include <i_plugin_event.h>

Inheritance diagram for nx::sdk::IPluginEvent:
nx::sdk::Interface< IPluginEvent > nx::sdk::IRefCountable nx::sdk::RefCountable< IPluginEvent > nx::sdk::PluginEvent

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 nx::sdk::Interface< IPluginEvent >
virtual IRefCountablequeryInterface (IRefCountable::InterfaceId id) override
 
virtual IRefCountablequeryInterface (InterfaceId id)
 
const IRefCountablequeryInterface (InterfaceId id) const
 
InterfacequeryInterface ()
 
const InterfacequeryInterface () const
 
- Public Member Functions inherited from nx::sdk::IRefCountable
virtual ~IRefCountable ()=default
 
const IRefCountablequeryInterface (InterfaceId id) const
 
template<class Interface >
InterfacequeryInterface ()
 
template<class Interface >
const InterfacequeryInterface () const
 
virtual int addRef () const =0
 
virtual int releaseRef () const =0
 

Static Public Member Functions

static auto interfaceId ()
 
- Static Public Member Functions inherited from nx::sdk::IRefCountable
static auto interfaceId ()
 

Additional Inherited Members

- Protected Member Functions inherited from nx::sdk::Interface< IPluginEvent >
IRefCountablequeryInterfaceSupportingDeprecatedId (IRefCountable::InterfaceId id, const Uuid &deprecatedInterfaceId)
 

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: