|
@@ -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
|