36 #define TF_GSEXX_TCHK2_CC_VERSION \ 37 "TF_GSEXX_TCHK2_CC V1.2" 38 #define TF_GSEXX_TCHK2_CC_CVSID \ 55 return(val > 0 ? val : -val);
79 const intT modulo=100000000;
85 sample_value = sample_value - int(sample_value/modulo)*modulo;
105 std::string retval(
"CHK2 ");
107 std::sprintf(cvalue,
"%8i\n", this->
value());
108 retval.append(cvalue);
126 std::getline(fis, theline);
127 std::istringstream is(theline);
128 if (!GSEIDmatch<TCHK2>(lineID))
throw 129 Terror(
"ERROR (CHK2::read): missing CHK2 line!");
GSE++ library: read and write GSE waveform data (prototypes).
All stuff defined by the GSE2 standard.
Base class for all exceptions in this module.