Detector version.
More...
#include <JDetectorVersion.hh>
Detector version.
Definition at line 34 of file JDetectorVersion.hh.
Enumeration of version types.
Additional version types should be included in JGetDetectorVersion::JGetDetectorVersion.
Enumerator |
---|
V1 |
First version.
|
V2 |
Version with UTC time and UTM position data.
|
V3 |
Version with PMT status field and comments.
|
Definition at line 41 of file JDetectorVersion.hh.
Version with UTC time and UTM position data.
Version with PMT status field and comments.
JDETECTOR::JDetectorVersion::JDetectorVersion |
( |
| ) |
|
|
inline |
JDETECTOR::JDetectorVersion::JDetectorVersion |
( |
const JVersion & |
version | ) |
|
|
inline |
Constructor.
- Parameters
-
Definition at line 60 of file JDetectorVersion.hh.
JVersion()
Default constructor.
const JVersion& JEEP::JVersion::getVersion |
( |
| ) |
const |
|
inlineinherited |
Get version.
- Returns
- version
Definition at line 57 of file JVersion.hh.
59 return static_cast<const JVersion&
>(*this);
Auxiliary class for version identifier.
JVersion& JEEP::JVersion::getVersion |
( |
| ) |
|
|
inlineinherited |
Get version.
- Returns
- version
Definition at line 68 of file JVersion.hh.
70 return static_cast<JVersion&
>(*this);
Auxiliary class for version identifier.
void JEEP::JVersion::setVersion |
( |
const JVersion & |
version | ) |
|
|
inlineinherited |
Set version.
- Parameters
-
Definition at line 79 of file JVersion.hh.
81 static_cast<JVersion&
>(*this) = version;
Auxiliary class for version identifier.
const std::string& JEEP::JVersion::getVariant |
( |
| ) |
const |
|
inlineinherited |
Get variant.
- Returns
- variant
Definition at line 90 of file JVersion.hh.
void JEEP::JVersion::setVariant |
( |
const std::string & |
variant | ) |
|
|
inlineinherited |
bool JEEP::JVersion::equals |
( |
const JVersion & |
version | ) |
const |
|
inlineinherited |
Equal method.
- Parameters
-
- Returns
- true if this version equal to given version; else false
Definition at line 113 of file JVersion.hh.
const std::string & getVariant() const
Get variant.
std::string JEEP::JVersion::__variant |
|
protectedinherited |
The documentation for this struct was generated from the following file: