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

#include <i_engine_info.h>

Inheritance diagram for nx::sdk::analytics::IEngineInfo:
nx::sdk::Interface< IEngineInfo > nx::sdk::IRefCountable

Public Member Functions

virtual const char * id () const =0
 
virtual const char * name () const =0
 
- Public Member Functions inherited from nx::sdk::Interface< IEngineInfo >
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< IEngineInfo >
IRefCountablequeryInterfaceSupportingDeprecatedId (IRefCountable::InterfaceId id, const Uuid &deprecatedInterfaceId)
 

Detailed Description

Provides various information about an Engine.

Member Function Documentation

◆ id()

virtual const char* nx::sdk::analytics::IEngineInfo::id ( ) const
pure virtual
Returns
Id assigned to this Engine by the Server.

◆ name()

virtual const char* nx::sdk::analytics::IEngineInfo::name ( ) const
pure virtual
Returns
Name assigned to this Engine by the Server or by the user.

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