Jpp
master_rocky-40-g5f0272dcd
the software that should make you happy
|
Acoustics transmission. More...
#include <JSuperEvt.hh>
Public Member Functions | |
rx_t () | |
rx_t (const int id, const int counter, const int string, const int floor, const double toa, const double weight) | |
Public Attributes | |
int | id |
int | counter |
int | string |
int | floor |
double | toa |
double | weight |
Friends | |
JReader & | operator>> (JReader &in, rx_t &object) |
Read transmission from input. More... | |
JWriter & | operator<< (JWriter &out, const rx_t &object) |
Write transmission to output. More... | |
Acoustics transmission.
Definition at line 118 of file JSuperEvt.hh.
|
inline |
Definition at line 119 of file JSuperEvt.hh.
|
inline |
Read transmission from input.
in | reader |
object | transmission |
Definition at line 150 of file JSuperEvt.hh.
Write transmission to output.
out | writer |
object | transmission |
Definition at line 170 of file JSuperEvt.hh.
int JACOUSTICS::JSuperEvt::rx_t::id |
Definition at line 182 of file JSuperEvt.hh.
int JACOUSTICS::JSuperEvt::rx_t::counter |
Definition at line 183 of file JSuperEvt.hh.
int JACOUSTICS::JSuperEvt::rx_t::string |
Definition at line 184 of file JSuperEvt.hh.
int JACOUSTICS::JSuperEvt::rx_t::floor |
Definition at line 185 of file JSuperEvt.hh.
double JACOUSTICS::JSuperEvt::rx_t::toa |
Definition at line 186 of file JSuperEvt.hh.
double JACOUSTICS::JSuperEvt::rx_t::weight |
Definition at line 187 of file JSuperEvt.hh.