26 const int32 precision)
const
28 std::ostringstream buf;
30 buf.setf(ios_base::fmtflags(0), ios_base::floatfield);
42 buf.precision(precision);
56 startFrom =
"latestTime";
59 if(startFrom ==
"startTime")
70 if(startFrom ==
"firstTime")
74 else if( startFrom ==
"latestTime")
81 "expected firstTime, latestTime, or startTime in front of StartFrom, "<<
endl<<
82 "but found "<<startFrom<<
endl;
91 "Could not read endTime from file "<< cdPath_<<
endl;
98 "Could not read writeInterval from file "<< cdPath_<<
endl;