ldas-tools-framecpp  2.5.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
FrameCPP::Version_7::FrEventStorage::data_type Struct Reference

#include <FrEvent.hh>

Public Member Functions

 data_type ()
 
 data_type (const data_type &Source)
 
cmn_streamsize_type Bytes () const
 
bool operator== (const data_type &RHS) const
 
void operator() (Common::IStream &Stream)
 
void operator() (Common::OStream &Stream) const
 

Public Attributes

STRING name
 Name of event. More...
 
STRING comment
 Descriptor of event. More...
 
STRING inputs
 Input channels and filter parameters to event process. More...
 
time_type GTime
 
timeBefore_type timeBefore
 Signal duration before. More...
 
timeAfter_type timeAfter
 Signal duration after. More...
 
eventStatus_type eventStatus
 Defined by event search algorithm. More...
 
amplitude_type amplitude
 Continuouis output amplitude returned by event. More...
 
probability_type probability
 
STRING statistics
 Statistical description of event, if rlevant or available. More...
 
ParamList_type Params
 Array of additional event parameters. More...
 

Constructor & Destructor Documentation

FrameCPP::Version_7::FrEventStorage::data_type::data_type ( )
inline
FrameCPP::Version_7::FrEventStorage::data_type::data_type ( const data_type Source)
inline

Member Function Documentation

cmn_streamsize_type FrameCPP::Version_7::FrEventStorage::data_type::Bytes ( ) const
void FrameCPP::Version_7::FrEventStorage::data_type::operator() ( Common::IStream Stream)
void FrameCPP::Version_7::FrEventStorage::data_type::operator() ( Common::OStream Stream) const
bool FrameCPP::Version_7::FrEventStorage::data_type::operator== ( const data_type RHS) const
inline

Member Data Documentation

amplitude_type FrameCPP::Version_7::FrEventStorage::data_type::amplitude

Continuouis output amplitude returned by event.

STRING FrameCPP::Version_7::FrEventStorage::data_type::comment

Descriptor of event.

eventStatus_type FrameCPP::Version_7::FrEventStorage::data_type::eventStatus

Defined by event search algorithm.

time_type FrameCPP::Version_7::FrEventStorage::data_type::GTime

GPS time corresponding to reference value of evet, as defined by the search algorithm.

STRING FrameCPP::Version_7::FrEventStorage::data_type::inputs

Input channels and filter parameters to event process.

STRING FrameCPP::Version_7::FrEventStorage::data_type::name

Name of event.

ParamList_type FrameCPP::Version_7::FrEventStorage::data_type::Params

Array of additional event parameters.

probability_type FrameCPP::Version_7::FrEventStorage::data_type::probability

Likelihood estimate of event, if available. (probability = -1 if cannot be estimated)

STRING FrameCPP::Version_7::FrEventStorage::data_type::statistics

Statistical description of event, if rlevant or available.

timeAfter_type FrameCPP::Version_7::FrEventStorage::data_type::timeAfter

Signal duration after.

timeBefore_type FrameCPP::Version_7::FrEventStorage::data_type::timeBefore

Signal duration before.


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