Acoustics transmission.
More...
#include <JSuperEvt.hh>
|
| JReader & | operator>> (JReader &in, rx_t &object) |
| | Read transmission from input.
|
| |
| JWriter & | operator<< (JWriter &out, const rx_t &object) |
| | Write transmission to output.
|
| |
Acoustics transmission.
Definition at line 117 of file JSuperEvt.hh.
◆ rx_t() [1/2]
| JACOUSTICS::JSuperEvt::rx_t::rx_t |
( |
| ) |
|
|
inline |
◆ rx_t() [2/2]
| JACOUSTICS::JSuperEvt::rx_t::rx_t |
( |
const int | id, |
|
|
const int | counter, |
|
|
const int | string, |
|
|
const int | floor, |
|
|
const double | toa, |
|
|
const double | weight ) |
|
inline |
◆ operator>>
| JReader & operator>> |
( |
JReader & | in, |
|
|
rx_t & | object ) |
|
friend |
Read transmission from input.
- Parameters
-
| in | reader |
| object | transmission |
- Returns
- reader
Definition at line 149 of file JSuperEvt.hh.
150 {
151 in >> object.id;
152 in >> object.counter;
153 in >> object.string;
154 in >> object.floor;
155 in >> object.toa;
156 in >> object.weight;
157
158 return in;
159 }
◆ operator<<
| JWriter & operator<< |
( |
JWriter & | out, |
|
|
const rx_t & | object ) |
|
friend |
Write transmission to output.
- Parameters
-
| out | writer |
| object | transmission |
- Returns
- writer
Definition at line 169 of file JSuperEvt.hh.
170 {
171 out << object.id;
172 out << object.counter;
173 out << object.string;
174 out << object.floor;
175 out << object.toa;
176 out << object.weight;
177
178 return out;
179 }
◆ id
| int JACOUSTICS::JSuperEvt::rx_t::id |
◆ counter
| int JACOUSTICS::JSuperEvt::rx_t::counter |
◆ string
| int JACOUSTICS::JSuperEvt::rx_t::string |
◆ floor
| int JACOUSTICS::JSuperEvt::rx_t::floor |
◆ toa
| double JACOUSTICS::JSuperEvt::rx_t::toa |
◆ weight
| double JACOUSTICS::JSuperEvt::rx_t::weight |
The documentation for this struct was generated from the following file: