Acoustics emission.
More...
#include <JSuperEvt.hh>
|
| JReader & | operator>> (JReader &in, tx_t &object) |
| | Read emission from input.
|
| |
| JWriter & | operator<< (JWriter &out, const tx_t &object) |
| | Write emission to output.
|
| |
Acoustics emission.
Definition at line 60 of file JSuperEvt.hh.
◆ tx_t() [1/2]
| JACOUSTICS::JSuperEvt::tx_t::tx_t |
( |
| ) |
|
|
inline |
◆ tx_t() [2/2]
| JACOUSTICS::JSuperEvt::tx_t::tx_t |
( |
const int | id, |
|
|
const int | counter, |
|
|
const double | toe ) |
|
inline |
◆ operator>>
| JReader & operator>> |
( |
JReader & | in, |
|
|
tx_t & | object ) |
|
friend |
Read emission from input.
- Parameters
-
- Returns
- reader
Definition at line 83 of file JSuperEvt.hh.
84 {
85 in >> object.id;
86 in >> object.counter;
87 in >> object.toe;
88
89 return in;
90 }
◆ operator<<
| JWriter & operator<< |
( |
JWriter & | out, |
|
|
const tx_t & | object ) |
|
friend |
Write emission to output.
- Parameters
-
- Returns
- writer
Definition at line 100 of file JSuperEvt.hh.
101 {
102 out << object.id;
103 out << object.counter;
104 out << object.toe;
105
106 return out;
107 }
◆ id
| int JACOUSTICS::JSuperEvt::tx_t::id |
◆ counter
| int JACOUSTICS::JSuperEvt::tx_t::counter |
◆ toe
| double JACOUSTICS::JSuperEvt::tx_t::toe |
The documentation for this struct was generated from the following file: