1 #ifndef __JDETECTOR__JMODULEADDRESS__
2 #define __JDETECTOR__JMODULEADDRESS__
14 namespace JDETECTOR {}
15 namespace JPP {
using namespace JDETECTOR; }
73 return in >>
object.first;
86 return out <<
object.first;
JModuleAddress(const int index)
Constructor.
int first
index of module in detector data structure
friend std::istream & operator>>(std::istream &in, JModuleAddress &object)
Read module address from input.
Template definition of auxiliary base class for comparison of data structures.
Address of module in detector data structure.
then fatal The output file must have the wildcard in the e g root fi eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY JAcoustics sh $DETECTOR_ID source JAcousticsToolkit sh CHECK_EXIT_CODE typeset A EMITTERS get_tripods $WORKDIR tripod txt EMITTERS get_transmitters $WORKDIR transmitter txt EMITTERS for EMITTER in
bool equals(const JModuleAddress &address) const
Equal method.
friend std::ostream & operator<<(std::ostream &out, const JModuleAddress &object)
Write module address to output.
JModuleAddress()
Default constructor.