dumpPlotData.h

00001 #ifndef DUMP_PLOT_DATA_H
00002 #define DUMP_PLOT_DATA_H
00003 
00004 /*
00005   gnuplot で閲覧するためのデータを出力する
00006   Satofumi KAMIMURA
00007   $Id$
00008 */
00009 
00010 #include "urgCtrl.h"
00011 
00012 extern void outputPlotData(URGCtrl& urg, const char* file);
00013 extern void outputPlotFile(const char* file);
00014 
00015 #endif /* !DUMP_PLOT_DATA_H */
00016 

Generated on Mon Apr 13 22:52:02 2009 by  doxygen 1.5.7.1