ICP
1
|
#include <isiscrpt.h>
Public Member Functions | |
bool | hasFileChanged (DAEstatus &status) const |
Public Attributes | |
time_t | mod_time |
size_t | file_size |
md5checksum_t | checksum |
char | fname [ISISCRPT_MAX_FNAMELEN] |
Definition at line 76 of file isiscrpt.h.
|
inline |
Definition at line 85 of file isiscrpt.h.
References checksum, compareChecksums(), fname, and md5sumFile().
Referenced by ISISinstrumentControl::beginRunMainEx().
md5checksum_t RUNTABLE::checksum |
Definition at line 80 of file isiscrpt.h.
Referenced by hasFileChanged(), ISISinstrumentControl::readDetectorTable(), ISISinstrumentControl::readSpectraTable(), ISISinstrumentControl::readWiringTable(), and ISISinstrumentControl::tcbcalc().
size_t RUNTABLE::file_size |
Definition at line 79 of file isiscrpt.h.
Referenced by ISISinstrumentControl::readDetectorTable(), ISISinstrumentControl::readSpectraTable(), ISISinstrumentControl::readWiringTable(), and ISISinstrumentControl::tcbcalc().
char RUNTABLE::fname[ISISCRPT_MAX_FNAMELEN] |
Definition at line 81 of file isiscrpt.h.
Referenced by ISISinstrumentControl::beginRunMainEx(), ISISinstrumentControl::getDAEsettingsXML(), ISISinstrumentControl::getTCBXML(), hasFileChanged(), ISISinstrumentControl::readDetectorTable(), ISISinstrumentControl::readSpectraTable(), tcbRangesPurelyShifted(), ISISinstrumentControl::updateTCBXML(), NeXusWriter::writeISISNeXus(), and ISISinstrumentControl::writeJournal().
time_t RUNTABLE::mod_time |
Definition at line 78 of file isiscrpt.h.
Referenced by ISISinstrumentControl::readDetectorTable(), ISISinstrumentControl::readSpectraTable(), ISISinstrumentControl::readWiringTable(), and ISISinstrumentControl::tcbcalc().