Jpp  18.0.0-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
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
 

Detailed Description

Acoustics transmission.

Definition at line 77 of file JSuperEvt.hh.

Constructor & Destructor Documentation

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

Definition at line 78 of file JSuperEvt.hh.

78  :
79  id (-1),
80  counter(-1),
81  string (-1),
82  floor (-1),
83  toa (0.0),
84  weight (0.0)
85  {}
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 87 of file JSuperEvt.hh.

Member Data Documentation

int JACOUSTICS::JSuperEvt::rx_t::id

Definition at line 101 of file JSuperEvt.hh.

int JACOUSTICS::JSuperEvt::rx_t::counter

Definition at line 102 of file JSuperEvt.hh.

int JACOUSTICS::JSuperEvt::rx_t::string

Definition at line 103 of file JSuperEvt.hh.

int JACOUSTICS::JSuperEvt::rx_t::floor

Definition at line 104 of file JSuperEvt.hh.

double JACOUSTICS::JSuperEvt::rx_t::toa

Definition at line 105 of file JSuperEvt.hh.

double JACOUSTICS::JSuperEvt::rx_t::weight

Definition at line 106 of file JSuperEvt.hh.


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