comparison audioDB.h @ 145:7162a8e9ab12 powertable

Hack in batchinsert support for power.
author mas01cr
date Tue, 30 Oct 2007 15:28:48 +0000
parents 6ae986868114
children c9c508be69b3
comparison
equal deleted inserted replaced
144:6ae986868114 145:7162a8e9ab12
124 const char *command; 124 const char *command;
125 const char *output; 125 const char *output;
126 const char *timesFileName; 126 const char *timesFileName;
127 ifstream *timesFile; 127 ifstream *timesFile;
128 const char *powerFileName; 128 const char *powerFileName;
129 ifstream *powerFile;
129 int powerfd; 130 int powerfd;
130 131
131 int dbfid; 132 int dbfid;
132 int infid; 133 int infid;
133 char* db; 134 char* db;
217 command(0), \ 218 command(0), \
218 output(0), \ 219 output(0), \
219 timesFileName(0), \ 220 timesFileName(0), \
220 timesFile(0), \ 221 timesFile(0), \
221 powerFileName(0), \ 222 powerFileName(0), \
223 powerFile(0), \
222 powerfd(0), \ 224 powerfd(0), \
223 dbfid(0), \ 225 dbfid(0), \
224 infid(0), \ 226 infid(0), \
225 db(0), \ 227 db(0), \
226 indata(0), \ 228 indata(0), \