From 844fb0996489c91cfc0d6564190e091ce9c295d0 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 26 Jun 2025 18:31:30 +0200 Subject: [PATCH] Update struttura dataConf x SDK delle variabili con ricalcolo pre scrittura --- MapoSDK/dataConf.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MapoSDK/dataConf.cs b/MapoSDK/dataConf.cs index 8bc0f11c..568fc6cd 100644 --- a/MapoSDK/dataConf.cs +++ b/MapoSDK/dataConf.cs @@ -29,6 +29,11 @@ namespace MapoSDK /// public string memAddr { get; set; } = ""; + /// + /// Struttura Valore composto a partire da altre variabili read/write esistenti + /// + public string ComposedVal { get; set; } = ""; + /// /// Tipo di dato ///