![]() |
C++ Samples
Demonstrates how to create a C++ application using the VideoXpert SDK
|
This plugin sample adds a situation to the current system. More...
#include <AddSituation.h>
Public Member Functions | |
| AddSituation (const std::string description) | |
| ~AddSituation () | |
| CppSamples::Common::Plugin * | Run (CppSamples::Common::DataModel *dataModel) override |
| Adds a situation to the current system. More... | |
Public Member Functions inherited from CppSamples::Common::Plugin | |
| Plugin (const std::string description) | |
| virtual | ~Plugin () |
| std::string | GetDescription () const |
| Gets the description of this plugin. More... | |
| Plugin * | GetParent () const |
| Gets the reference to the parent of this plugin. More... | |
| void | SetParent (Plugin *parent) |
| Sets the reference to the parent of this plugin. More... | |
Private Member Functions | |
| void | AddNewSituation (VxSdk::IVxSystem *vxSystem) |
| Add a new situation to server. More... | |
This plugin sample adds a situation to the current system.
Definition at line 12 of file AddSituation.h.
Inherits CppSamples::Common::Plugin.
|
inline |
Definition at line 14 of file AddSituation.h.
|
inline |
Definition at line 15 of file AddSituation.h.
|
private |
Add a new situation to server.
| vxSystem | Pointer to the VideoExpert system. |
Definition at line 26 of file AddSituation.cpp.
|
overridevirtual |
Adds a situation to the current system.
| dataModel | Instance of data model. |
Implements CppSamples::Common::Plugin.
Definition at line 14 of file AddSituation.cpp.