add the configuration to the plugin
This commit is contained in:
@@ -20,6 +20,8 @@ PlugIn::PlugIn() :
|
|||||||
PLUGIN_NAME,
|
PLUGIN_NAME,
|
||||||
PLUGIN_VERSION,
|
PLUGIN_VERSION,
|
||||||
PLUGIN_DEVELOPER,
|
PLUGIN_DEVELOPER,
|
||||||
PLUGIN_COPYRIGHT) { }
|
PLUGIN_COPYRIGHT),
|
||||||
|
m_configuration() {
|
||||||
|
}
|
||||||
|
|
||||||
PlugIn::~PlugIn() noexcept { }
|
PlugIn::~PlugIn() noexcept { }
|
||||||
|
|||||||
@@ -14,6 +14,8 @@
|
|||||||
#include <EuroScopePlugIn.h>
|
#include <EuroScopePlugIn.h>
|
||||||
#pragma warning(pop)
|
#pragma warning(pop)
|
||||||
|
|
||||||
|
#include <aman/types/Communication.h>
|
||||||
|
|
||||||
namespace aman {
|
namespace aman {
|
||||||
/**
|
/**
|
||||||
* @brief Defines the EuroScope plug-in
|
* @brief Defines the EuroScope plug-in
|
||||||
@@ -31,6 +33,8 @@ namespace aman {
|
|||||||
enum class TagItemElement {
|
enum class TagItemElement {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Communication m_configuration;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
* @brief Creates a new plug-in
|
* @brief Creates a new plug-in
|
||||||
|
|||||||
Reference in New Issue
Block a user