#include <WebPlotService.hxx>
|
bool | plot (const PlotCategory category, const std::string &chartname, const ChartType charttype, const std::vector< std::vector< std::pair< int16_t, double > > > &data) |
|
bool | plot (const PlotCategory category, const std::string &chartname, const ChartType charttype, const std::vector< std::deque< std::pair< double, double > > > &data) |
|
bool | plot (const PlotCategory category, const std::string &chartname, const ChartType charttype, const std::deque< std::pair< double, double > > &data) |
|
virtual bool | plot (PlotCategory category, const std::string &chartname, ChartType charttype, const std::vector< std::vector< std::pair< int16_t, double > > > &data, const PlotConfig &config)=0 |
|
virtual bool | plot (PlotCategory category, const std::string &chartname, ChartType charttype, const std::vector< std::deque< std::pair< double, double > > > &data, const PlotConfig &config)=0 |
|
virtual bool | plot (PlotCategory category, const std::string &chartname, ChartType charttype, const std::deque< std::pair< double, double > > &data, const PlotConfig &config)=0 |
|
virtual | ~WebPlotService ()=default |
|
Definition at line 15 of file WebPlotService.hxx.
◆ ChartType
◆ PlotCategory
◆ ~WebPlotService()
virtual WebPlotService::~WebPlotService |
( |
| ) |
|
|
virtualdefault |
◆ getInstance()
static std::shared_ptr< WebPlotService > WebPlotService::getInstance |
( |
| ) |
|
|
static |
◆ plot() [1/6]
bool WebPlotService::plot |
( |
const PlotCategory |
category, |
|
|
const std::string & |
chartname, |
|
|
const ChartType |
charttype, |
|
|
const std::deque< std::pair< double, double > > & |
data |
|
) |
| |
|
inline |
◆ plot() [2/6]
bool WebPlotService::plot |
( |
const PlotCategory |
category, |
|
|
const std::string & |
chartname, |
|
|
const ChartType |
charttype, |
|
|
const std::vector< std::deque< std::pair< double, double > > > & |
data |
|
) |
| |
|
inline |
◆ plot() [3/6]
bool WebPlotService::plot |
( |
const PlotCategory |
category, |
|
|
const std::string & |
chartname, |
|
|
const ChartType |
charttype, |
|
|
const std::vector< std::vector< std::pair< int16_t, double > > > & |
data |
|
) |
| |
|
inline |
◆ plot() [4/6]
virtual bool WebPlotService::plot |
( |
PlotCategory |
category, |
|
|
const std::string & |
chartname, |
|
|
ChartType |
charttype, |
|
|
const std::deque< std::pair< double, double > > & |
data, |
|
|
const PlotConfig & |
config |
|
) |
| |
|
pure virtual |
◆ plot() [5/6]
virtual bool WebPlotService::plot |
( |
PlotCategory |
category, |
|
|
const std::string & |
chartname, |
|
|
ChartType |
charttype, |
|
|
const std::vector< std::deque< std::pair< double, double > > > & |
data, |
|
|
const PlotConfig & |
config |
|
) |
| |
|
pure virtual |
◆ plot() [6/6]
virtual bool WebPlotService::plot |
( |
PlotCategory |
category, |
|
|
const std::string & |
chartname, |
|
|
ChartType |
charttype, |
|
|
const std::vector< std::vector< std::pair< int16_t, double > > > & |
data, |
|
|
const PlotConfig & |
config |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: