//---------------------------------------------------------------------------// #ifndef IMCRESULT #define IMCRESULT #include "imc_datatype.hpp" //---------------------------------------------------------------------------// namespace imc { struct channel_tab { std::string name_; // abscissa std::vector xaxis_; std::string xunit_; // ordinate // std::vector yaxis_; std::vector yaxis_; std::string yunit_; }; } #endif //---------------------------------------------------------------------------//