Jpp test-rotations-old
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 60 of file JSuperEvt.hh.

Constructor & Destructor Documentation

◆ tx_t() [1/2]

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

Definition at line 61 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 67 of file JSuperEvt.hh.

69 :
70 id (id),
72 toe (toe)
73 {}

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 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
outwriter
objectemission
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 }

Member Data Documentation

◆ id

int JACOUSTICS::JSuperEvt::tx_t::id

Definition at line 109 of file JSuperEvt.hh.

◆ counter

int JACOUSTICS::JSuperEvt::tx_t::counter

Definition at line 110 of file JSuperEvt.hh.

◆ toe

double JACOUSTICS::JSuperEvt::tx_t::toe

Definition at line 111 of file JSuperEvt.hh.


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