18 void addPoint(
double x,
double y);
19 void addPoint(std::vector<double> p);
20 void addIndexedValue(
double val);
23 unsigned int bufferMaxSize()
const;
24 void setBufferMaxSize(
unsigned int bufferMaxSize);
26 std::string vectorToString(std::vector<double> v);
30 static std::string __name_prefix;
31 std::deque<std::vector<double> > _buffer;
32 logm3d::LoggerPtr _logger;
34 unsigned int _bufferMaxSize;
37 #endif // SOCKETPLOT_H
Definition: socketplot.h:11
This file implements macros to help with the logging, in a way similar to ROS, using log4cxx...