1#ifndef IV_SRC_IOFILE_CHANNELSIMPORTEREXPORTER_HPP_
2#define IV_SRC_IOFILE_CHANNELSIMPORTEREXPORTER_HPP_
18 const std::vector<std::weak_ptr<iv::channels::AbstractChannel>> &channels);
20 static std::optional<std::vector<iv::iofile::ChannelImporterData>>
21 importChannels(std::string_view importFilePath,
const std::optional<std::shared_ptr<AbstractLog>> &logger);
Definition ChannelsImporterExporter.hpp:15
static bool exportChannels(const std::string &selectedPath, const std::vector< std::weak_ptr< iv::channels::AbstractChannel > > &channels)
Definition ChannelsImporterExporter.cpp:16
static std::optional< std::vector< iv::iofile::ChannelImporterData > > importChannels(std::string_view importFilePath, const std::optional< std::shared_ptr< AbstractLog > > &logger)
Definition ChannelsImporterExporter.cpp:172
Definition ChannelsImporterExporter.cpp:15