start group - channel - component - buffer association
This commit is contained in:
30
lib/imc_result.hpp
Normal file
30
lib/imc_result.hpp
Normal file
@@ -0,0 +1,30 @@
|
||||
//---------------------------------------------------------------------------//
|
||||
|
||||
#ifndef IMCRESULT
|
||||
#define IMCRESULT
|
||||
|
||||
#include "imc_datatype.hpp"
|
||||
|
||||
//---------------------------------------------------------------------------//
|
||||
|
||||
namespace imc
|
||||
{
|
||||
struct channel_tab
|
||||
{
|
||||
std::string name_;
|
||||
|
||||
// abscissa
|
||||
std::vector<double> xaxis_;
|
||||
std::string xunit_;
|
||||
|
||||
// ordinate
|
||||
// std::vector<imc::datatype> yaxis_;
|
||||
std::vector<double> yaxis_;
|
||||
std::string yunit_;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
//---------------------------------------------------------------------------//
|
Reference in New Issue
Block a user