nx_metadata_sdk
1.0
Metadata SDK
|
#include <i_action.h>
Classes | |
struct | Result |
Public Member Functions | |
virtual const char * | actionId () const =0 |
Uuid | objectTrackId () const |
Uuid | deviceId () const |
Ptr< IObjectTrackInfo > | objectTrackInfo () const |
virtual int64_t | timestampUs () const =0 |
Ptr< const IStringMap > | params () const |
![]() | |
virtual IRefCountable * | queryInterface (const InterfaceId *id) |
Ptr< RefCountable > | queryInterface () |
Ptr< const RefCountable > | queryInterface () const |
![]() | |
virtual | ~IRefCountable ()=default |
template<class RefCountable > | |
Ptr< RefCountable > | queryInterface () |
template<class RefCountable > | |
Ptr< const RefCountable > | queryInterface () const |
virtual int | addRef () const =0 |
virtual int | releaseRef () const =0 |
int | refCountThreadUnsafe () const |
Static Public Member Functions | |
static auto | interfaceId () |
![]() | |
static auto | interfaceId () |
Protected Member Functions | |
virtual void | getObjectTrackId (Uuid *outValue) const =0 |
virtual void | getDeviceId (Uuid *outValue) const =0 |
virtual IObjectTrackInfo * | getObjectTrackInfo () const =0 |
virtual const IStringMap * | getParams () const =0 |
![]() | |
virtual IRefCountable * | queryInterface (const IRefCountable::InterfaceId *id) override |
IRefCountable * | queryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId) |
Additional Inherited Members | |
![]() | |
template<int len> | |
static constexpr const InterfaceId * | makeId (const char(&charArray)[len]) |
template<class TemplateInstance , class TemplateArg , int len> | |
static const InterfaceId * | makeIdForTemplate (const char(&baseIdCharArray)[len]) |
![]() | |
template<typename RefCountable > | |
static constexpr bool | hasAlternativeInterfaceId = HasAlternativeInterfaceId<RefCountable>::value |
Data supplied to IEngine::executeAction().
|
pure virtual |
Id of the action being triggered.
|
inline |
Id of a device from which the action has been triggered.
|
protectedpure virtual |
Called by deviceId()
|
protectedpure virtual |
Called by objectTrackId()
|
protectedpure virtual |
Called by objectTrackInfo()
|
protectedpure virtual |
Called by params()
|
inline |
Id of an object track for which the action has been triggered.
|
inline |
Info about an object track this action has been triggered for.
|
inline |
If the Engine manifest defines params for this action type, contains the array of their values after they are filled by the user via Client form. Otherwise, null.
|
pure virtual |
Timestamp of a video frame from which the action has been triggered.