This is the complete list of members for WebPlotService, including all inherited members.
ChartType enum name | WebPlotService | |
getInstance() | WebPlotService | static |
plot(const PlotCategory category, const std::string &chartname, const ChartType charttype, const std::vector< std::vector< std::pair< int16_t, double > > > &data) | WebPlotService | inline |
plot(const PlotCategory category, const std::string &chartname, const ChartType charttype, const std::vector< std::deque< std::pair< double, double > > > &data) | WebPlotService | inline |
plot(const PlotCategory category, const std::string &chartname, const ChartType charttype, const std::deque< std::pair< double, double > > &data) | WebPlotService | inline |
plot(PlotCategory category, const std::string &chartname, ChartType charttype, const std::vector< std::vector< std::pair< int16_t, double > > > &data, const PlotConfig &config)=0 | WebPlotService | pure virtual |
plot(PlotCategory category, const std::string &chartname, ChartType charttype, const std::vector< std::deque< std::pair< double, double > > > &data, const PlotConfig &config)=0 | WebPlotService | pure virtual |
plot(PlotCategory category, const std::string &chartname, ChartType charttype, const std::deque< std::pair< double, double > > &data, const PlotConfig &config)=0 | WebPlotService | pure virtual |
PlotCategory enum name | WebPlotService | |
~WebPlotService()=default | WebPlotService | virtual |