stub_analytics_plugin
1.6
Network Optix Video Analytics SDK
|
#include <i_plugin.h>
Public Member Functions | |
virtual const IString * | manifest (Error *outError) const =0 |
virtual IEngine * | createEngine (Error *outError)=0 |
virtual const char * | name () const override=0 |
![]() | |
virtual IRefCountable * | queryInterface (IRefCountable::InterfaceId id) override |
virtual IRefCountable * | queryInterface (InterfaceId id) |
const IRefCountable * | queryInterface (InterfaceId id) const |
Interface * | queryInterface () |
const Interface * | queryInterface () const |
![]() | |
virtual void | setUtilityProvider (IUtilityProvider *utilityProvider)=0 |
![]() | |
virtual IRefCountable * | queryInterface (InterfaceId id) |
const IRefCountable * | queryInterface (InterfaceId id) const |
Interface * | queryInterface () |
const Interface * | queryInterface () const |
![]() | |
virtual | ~IRefCountable ()=default |
const IRefCountable * | queryInterface (InterfaceId id) const |
template<class Interface > | |
Interface * | queryInterface () |
template<class Interface > | |
const Interface * | queryInterface () const |
virtual int | addRef () const =0 |
virtual int | releaseRef () const =0 |
Static Public Member Functions | |
static auto | interfaceId () |
![]() | |
static auto | interfaceId () |
![]() | |
static auto | interfaceId () |
Additional Inherited Members | |
![]() | |
typedef IPlugin *(* | EntryPointFunc) () |
![]() | |
static constexpr const char * | kEntryPointFuncName = "createNxPlugin" |
![]() | |
IRefCountable * | queryInterfaceSupportingDeprecatedId (IRefCountable::InterfaceId id, const Uuid &deprecatedInterfaceId) |
![]() | |
IRefCountable * | queryInterfaceSupportingDeprecatedId (IRefCountable::InterfaceId id, const Uuid &deprecatedInterfaceId) |
The main interface for an Analytics Plugin instance.
|
pure virtual |
Creates a new instance of Analytics Engine.
outError | Status of the operation; is set to noError before this call. |
|
pure virtual |
Provides plugin manifest in JSON format.
outError | Status of the operation; is set to noError before this call. |
|
overridepure virtual |
Name of the plugin dynamic library, without "lib" prefix and without extension.
Implements nx::sdk::IPlugin.