Jpp
17.0.0-rc.1
the software that should make you happy
|
#include "JDB/JAHRSCalibration.hh"
#include "JTools/JRange.hh"
#include "JLang/JLangToolkit.hh"
#include "JLang/JManip.hh"
Go to the source code of this file.
Classes | |
struct | JDATABASE::JAHRSCalibrationValidity |
Auxiliary data structure to check validity of AHRS calibration data. More... | |
struct | JDATABASE::JAHRSCalibrationComparator |
Auxiliary data structure for sorting of AHRS calibrations. More... | |
Namespaces | |
JDATABASE | |
Auxiliary classes and methods for database I/O. | |
JPP | |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Functions | |
std::istream & | JDATABASE::operator>> (std::istream &in, JAHRSCalibration &calibration) |
Read AHRS calibration from input stream. More... | |
std::ostream & | JDATABASE::operator<< (std::ostream &out, const JAHRSCalibration &calibration) |
Write AHRS calibration to output stream. More... | |
int | JDATABASE::getVersion (const std::string &version) |
Get numerical value of AHRS calibration version. More... | |