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::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
 

Detailed Description

Acoustics emission.

Definition at line 54 of file JSuperEvt.hh.

Constructor & Destructor Documentation

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

Definition at line 55 of file JSuperEvt.hh.

55  :
56  id (-1),
57  counter(-1),
58  toe (0.0)
59  {}
JACOUSTICS::JSuperEvt::tx_t::tx_t ( const int  id,
const int  counter,
const double  toe 
)
inline

Definition at line 61 of file JSuperEvt.hh.

63  :
64  id (id),
66  toe (toe)
67  {}

Member Data Documentation

int JACOUSTICS::JSuperEvt::tx_t::id

Definition at line 69 of file JSuperEvt.hh.

int JACOUSTICS::JSuperEvt::tx_t::counter

Definition at line 70 of file JSuperEvt.hh.

double JACOUSTICS::JSuperEvt::tx_t::toe

Definition at line 71 of file JSuperEvt.hh.


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