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