27bool infoMock(
const std::vector<PString> & vecInputFile){
29 for(std::vector<PString>::const_iterator itFile(vecInputFile.begin()); itFile != vecInputFile.end() && b; ++itFile){
31 if(data_load(*itFile, vecTmpFile)){
32 size_t nbMessageIn(vecTmpFile.size());
33 std::cout <<
"Mock '"<<(*itFile)<<
"' : nbClockTime = " << nbMessageIn << std::endl;
bool infoMock(const std::vector< PString > &vecInputFile)
Get info of mock files.
int main(int argc, char **argv)
OptionParser createOptionParser()
Create the OptionParser of this program.