Program Listing for File channel_mapping.hpp

Return to documentation for file (include/eat/process/channel_mapping.hpp)

#pragma once
#include <vector>

#include "eat/framework/process.hpp"

namespace eat::process {

using ChannelMapping = std::vector<size_t>;

framework::ProcessPtr make_apply_channel_mapping(const std::string &name);

}  // namespace eat::process