PicoScenes API Docs
 
Loading...
Searching...
No Matches
WebPlotService Member List

This is the complete list of members for WebPlotService, including all inherited members.

ChartType enum nameWebPlotService
getInstance()WebPlotServicestatic
plot(const PlotCategory category, const std::string &chartname, const ChartType charttype, const std::vector< std::vector< std::pair< int16_t, double > > > &data)WebPlotServiceinline
plot(const PlotCategory category, const std::string &chartname, const ChartType charttype, const std::vector< std::deque< std::pair< double, double > > > &data)WebPlotServiceinline
plot(const PlotCategory category, const std::string &chartname, const ChartType charttype, const std::deque< std::pair< double, double > > &data)WebPlotServiceinline
plot(PlotCategory category, const std::string &chartname, ChartType charttype, const std::vector< std::vector< std::pair< int16_t, double > > > &data, const PlotConfig &config)=0WebPlotServicepure virtual
plot(PlotCategory category, const std::string &chartname, ChartType charttype, const std::vector< std::deque< std::pair< double, double > > > &data, const PlotConfig &config)=0WebPlotServicepure virtual
plot(PlotCategory category, const std::string &chartname, ChartType charttype, const std::deque< std::pair< double, double > > &data, const PlotConfig &config)=0WebPlotServicepure virtual
PlotCategory enum nameWebPlotService
~WebPlotService()=defaultWebPlotServicevirtual