UNIVERS
15.3
UNIVERS base processing software API
|
#include <psc_ts_container.hpp>
Public Member Functions | |
Entry () | |
Entry (const Trace::TimeT &i_dt, const float i_w) | |
bool | actual () const |
void | setInactual () |
Public Attributes | |
Trace::TimeT | dt |
Trace::AmplT | w |
One entry inside the container.
psc::TsContainer::Entry::Entry | ( | ) |
Deafault constructor, entry is inactual by default.
psc::TsContainer::Entry::Entry | ( | const Trace::TimeT & | i_dt, |
const float | i_w | ||
) |
Constructor with time shift and weight provided.
bool psc::TsContainer::Entry::actual | ( | ) | const |
Is entry actual. Entry is actual if w>=0, otherwise entry is inactual.
void psc::TsContainer::Entry::setInactual | ( | ) |
Set entry to be inactual.
Trace::TimeT psc::TsContainer::Entry::dt |
Time shift value.
Trace::AmplT psc::TsContainer::Entry::w |
Weight.