KGergo88 / RDB_Monitor

A generic measurement display program originally developed for the RDB Diplomaterv project
GNU General Public License v3.0
2 stars 1 forks source link

Implement a merge function in the Diagram class #53

Open KGergo88 opened 3 years ago

KGergo88 commented 3 years ago

Description

The CMDP changes introduced a feature that already stored diagrams can be now updated with new data. At the moment it is implemented in the simplest possible way that the old diagram object will be simply replaced by the new one. This is not an optimal solution and only the updates should be copied.

Todo