stub_analytics_plugin
1.6
Network Optix Video Analytics SDK
src
nx
sdk
i_string.h
1
#pragma once
2
3
#include <plugins/plugin_api.h>
4
5
namespace
nx
{
6
namespace
sdk {
7
12
static
const
nxpl::NX_GUID
IID_String =
13
{{0xbe,0x00,0x06,0x82,0x93,0xef,0x4b,0x5f,0x85,0x37,0xe5,0x07,0x16,0x26,0x9c,0xf9}};
14
15
class
IString
:
public
nxpl::PluginInterface
16
{
17
public
:
18
virtual
const
char
* str()
const
= 0;
19
};
20
21
}
// namespace sdk
22
}
// namespace nx
nxpl::PluginInterface
Base class for every interface, provided by plugin.
Definition:
plugin_api.h:38
nxpl::NX_GUID
GUID of plugin interface.
Definition:
plugin_api.h:21
nx::sdk::IString
Definition:
i_string.h:15
nx
Definition:
debug.cpp:14
Generated by
1.8.14