Added export to XML (for data sharing with GUI)

This commit is contained in:
Marcin Piątkowski
2025-06-02 23:08:12 +02:00
parent a5e9b510b5
commit 9aa34aca51
3 changed files with 119 additions and 3 deletions

View File

@@ -14,6 +14,8 @@ public:
RSExporter(RctSys *rs, rsin_driver *drv, std::ostream & outStream = std::cout);
void exportToISPL();
void exportToXML();
private:
RctSys *rs;
rsin_driver *drv;