stub_analytics_plugin  1.6
Network Optix Video Analytics 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 
16 {
17 public:
18  virtual const char* str() const = 0;
19 };
20 
21 } // namespace sdk
22 } // namespace nx
Base class for every interface, provided by plugin.
Definition: plugin_api.h:38
GUID of plugin interface.
Definition: plugin_api.h:21
Definition: i_string.h:15
Definition: debug.cpp:14