1#ifndef __JDAQMODULEIDENTIFIER__
2#define __JDAQMODULEIDENTIFIER__
151 return module.getModuleID() == id;
164 return module.getModuleID() != id;
190 return module.getModuleID() < id;
Interface for binary input.
Interface for binary output.
friend std::istream & operator>>(std::istream &in, JDAQModuleIdentifier &module)
Read DAQ ModuleIdentifier from input.
friend JWriter & operator<<(JWriter &, const JDAQModuleIdentifier &)
Write module identifier to output.
friend JReader & operator>>(JReader &, JDAQModuleIdentifier &)
Read module identifier from input.
int getModuleID() const
Get module identifier.
ClassDefNV(JDAQModuleIdentifier, 1)
const JDAQModuleIdentifier & getModuleIdentifier() const
Get Module identifier.
JDAQModuleIdentifier(const int __id)
Constructor.
JDAQModuleIdentifier()
Default constructor.
void setModuleIdentifier(const JDAQModuleIdentifier &module)
Set Module identifier.
friend std::ostream & operator<<(std::ostream &out, const JDAQModuleIdentifier &module)
Write DAQ ModuleIdentifier to output.
bool operator==(const Head &first, const Head &second)
Equal operator.
bool operator<(const Head &first, const Head &second)
Less than operator.
bool operator!=(const JTag &first, const JTag &second)
Not equal operator for JTag.
KM3NeT DAQ data structures and auxiliaries.
size_t getSizeof< JDAQModuleIdentifier >()
Get size of type.
Auxiliary class to compare modules.
bool operator()(const JDAQModuleIdentifier &first, const JDAQModuleIdentifier &second) const
Compare modules.