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