diff options
author | Tim Moore <timoore@redhat.com> | 2009-05-20 13:29:54 +0200 |
---|---|---|
committer | Tim Moore <timoore@redhat.com> | 2009-07-28 10:14:53 +0200 |
commit | 0f262fd10d337db0ec435d840b541d629879ce9f (patch) | |
tree | 6f56660cf0d766958aae66d03cfb59d2c8e083ff /grapher/StapParser.hxx | |
parent | 3c434960a680c459d526bee483a2bc79ce767473 (diff) | |
download | systemtap-steved-0f262fd10d337db0ec435d840b541d629879ce9f.tar.gz systemtap-steved-0f262fd10d337db0ec435d840b541d629879ce9f.tar.xz systemtap-steved-0f262fd10d337db0ec435d840b541d629879ce9f.zip |
Add CSV syntax support to the grapher
* grapher/GraphData.hxx (CSVData): new class
* grapher/GraphData.cxx (commaSplit): new function
(ioCallback): handle CSV definition and data
Diffstat (limited to 'grapher/StapParser.hxx')
-rw-r--r-- | grapher/StapParser.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/StapParser.hxx b/grapher/StapParser.hxx index a94b0a9b..624accc7 100644 --- a/grapher/StapParser.hxx +++ b/grapher/StapParser.hxx @@ -9,6 +9,7 @@ class StapParser std::string _buffer; typedef std::map<std::string, std::tr1::shared_ptr<GraphData> > DataMap; DataMap _dataSets; + CSVData _csv; Gtk::Window& _win; GraphWidget& _widget; public: |