LAPTOP-SNT8I5JK\Boounion
2025-05-24 ab78aac9f9c758014f74b9ec699d3ed2ae76b914
SourceCode/Bond/BondEq/FileManager/IOManager.h
@@ -6,8 +6,10 @@
#include <map>
struct IOData {
   BOOL bInputStates;
    std::string inputAddress;
    std::string inputDescription;
    BOOL bOutputStates;
    std::string outputAddress;
    std::string outputDescription;
};