Jpp master_rocky-44-g75b7c4f75
the software that should make you happy
Loading...
Searching...
No Matches
JACOUSTICS::JSuperEvt::tx_t Struct Reference

Acoustics emission. More...

#include <JSuperEvt.hh>

Public Member Functions

 tx_t ()
 
 tx_t (const int id, const int counter, const double toe)
 

Public Attributes

int id
 
int counter
 
double toe
 

Friends

JReaderoperator>> (JReader &in, tx_t &object)
 Read emission from input.
 
JWriteroperator<< (JWriter &out, const tx_t &object)
 Write emission to output.
 

Detailed Description

Acoustics emission.

Definition at line 61 of file JSuperEvt.hh.

Constructor & Destructor Documentation

◆ tx_t() [1/2]

JACOUSTICS::JSuperEvt::tx_t::tx_t ( )
inline

Definition at line 62 of file JSuperEvt.hh.

◆ tx_t() [2/2]

JACOUSTICS::JSuperEvt::tx_t::tx_t ( const int id,
const int counter,
const double toe )
inline

Definition at line 68 of file JSuperEvt.hh.

70 :
71 id (id),
73 toe (toe)
74 {}

Friends And Related Symbol Documentation

◆ operator>>

JReader & operator>> ( JReader & in,
tx_t & object )
friend

Read emission from input.

Parameters
inreader
objectemission
Returns
reader

Definition at line 84 of file JSuperEvt.hh.

85 {
86 in >> object.id;
87 in >> object.counter;
88 in >> object.toe;
89
90 return in;
91 }

◆ operator<<

JWriter & operator<< ( JWriter & out,
const tx_t & object )
friend

Write emission to output.

Parameters
outwriter
objectemission
Returns
writer

Definition at line 101 of file JSuperEvt.hh.

102 {
103 out << object.id;
104 out << object.counter;
105 out << object.toe;
106
107 return out;
108 }

Member Data Documentation

◆ id

int JACOUSTICS::JSuperEvt::tx_t::id

Definition at line 110 of file JSuperEvt.hh.

◆ counter

int JACOUSTICS::JSuperEvt::tx_t::counter

Definition at line 111 of file JSuperEvt.hh.

◆ toe

double JACOUSTICS::JSuperEvt::tx_t::toe

Definition at line 112 of file JSuperEvt.hh.


The documentation for this struct was generated from the following file: