1#ifndef IV_SRC_LOGIC_FILES_STATIONLOMFILEMAPPER_HPP_
2#define IV_SRC_LOGIC_FILES_STATIONLOMFILEMAPPER_HPP_
32 const std::shared_ptr<iv::logic::station::StationLogicBlocks> &stationLogicBlocks);
Class to map between StationLomFile and the station logic.
Definition StationLomFileMapper.hpp:18
static void fromStationLomFile(const iv::logic::files::StationLomFile &stationLomFile, const std::shared_ptr< iv::logic::station::StationLogicBlocks > &stationLogicBlocks)
Convert a StationLomFile to the data the Station Logic needs.
Definition StationLomFileMapper.cpp:55
static iv::logic::files::StationLomFile toStationLomFile(const std::shared_ptr< CFormulaLogic > &formulaLogic)
Convert the station logic in CFormulaLogic to a StationLomFile.
Definition StationLomFileMapper.cpp:10
Definition LomFileCoder.cpp:13
Main structure of the Station Logic LOM file. This file contains the needed information to execute th...
Definition structs.hpp:223