/* * Copyright 2023 Ingemar Hedvall * SPDX-License-Identifier: MIT */ #pragma once #include #include #include namespace a2l { struct IfDataItem { std::string Value; std::string BlockName; std::vector ItemList; }; } // end namespace a2l