Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
JACOUSTICS::JSuperEvt::rx_t Struct Reference

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

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

Detailed Description

Acoustics transmission.

Definition at line 117 of file JSuperEvt.hh.

Constructor & Destructor Documentation

◆ rx_t() [1/2]

JACOUSTICS::JSuperEvt::rx_t::rx_t ( )
inline

Definition at line 118 of file JSuperEvt.hh.

◆ 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

Definition at line 127 of file JSuperEvt.hh.

132 :
133 id (id),
135 string (string),
136 floor (floor),
137 toa (toa),
138 weight (weight)
139 {}

Friends And Related Symbol Documentation

◆ operator>>

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

Read transmission from input.

Parameters
inreader
objecttransmission
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
outwriter
objecttransmission
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 }

Member Data Documentation

◆ id

int JACOUSTICS::JSuperEvt::rx_t::id

Definition at line 181 of file JSuperEvt.hh.

◆ counter

int JACOUSTICS::JSuperEvt::rx_t::counter

Definition at line 182 of file JSuperEvt.hh.

◆ string

int JACOUSTICS::JSuperEvt::rx_t::string

Definition at line 183 of file JSuperEvt.hh.

◆ floor

int JACOUSTICS::JSuperEvt::rx_t::floor

Definition at line 184 of file JSuperEvt.hh.

◆ toa

double JACOUSTICS::JSuperEvt::rx_t::toa

Definition at line 185 of file JSuperEvt.hh.

◆ weight

double JACOUSTICS::JSuperEvt::rx_t::weight

Definition at line 186 of file JSuperEvt.hh.


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