Jpp
18.3.0-rc.1
the software that should make you happy
|
Auxiliary class for emitter identification. More...
#include <JEmitterID.hh>
Public Member Functions | |
int | operator() (const int id) const |
Get emitter identifier for given waveform identifier. More... | |
Public Attributes | |
JComment | comment |
Friends | |
std::istream & | operator>> (std::istream &in, JEmitterID &object) |
Read emitter data from input. More... | |
std::ostream & | operator<< (std::ostream &out, const JEmitterID &object) |
Write emitter data to output. More... | |
Auxiliary class for emitter identification.
This class can be used to map the identfier of a waveform (i.e. column "EMITTERID" the database table "toashort" or JDATABASE::JToAshort::EMITTERID) to the identifier of the corresponding emitter (c.q. tripod).
Definition at line 39 of file JEmitterID.hh.
|
inline |
Get emitter identifier for given waveform identifier.
id | waveform identifier |
Definition at line 48 of file JEmitterID.hh.
|
friend |
Read emitter data from input.
in | input stream |
object | emitter data |
Definition at line 66 of file JEmitterID.hh.
|
friend |
Write emitter data to output.
out | output stream |
object | emitter data |
Definition at line 98 of file JEmitterID.hh.
JComment JACOUSTICS::JEmitterID::comment |
Definition at line 112 of file JEmitterID.hh.