34 I_ASSIGN(m_pulseConstraintsCompPtr,
"Constraints",
"Description of strobe parameter limits",
false,
"Constraints");
35 I_ASSIGN(m_delayTimeAttrPtr,
"DelayTime",
"Delay time from trigger to pulse, it is in seconds",
true, 0);
36 I_ASSIGN(m_pulseDurationAttrPtr,
"PulseDuration",
"Duration of signal puls in seconds",
true, 0);
37 I_ASSIGN(m_relaxingTimeAttrPtr,
"RelaxingTime",
"Relaxing time before new trigger is accepted after pulse",
true, 0);
60 I_ATTR(
double, m_delayTimeAttrPtr);
61 I_ATTR(
double, m_pulseDurationAttrPtr);
62 I_ATTR(
double, m_relaxingTimeAttrPtr);
65 double m_pulseDuration;
66 double m_relaxingTime;
Base class for component implementation.
Represent input/output persistence archive.
Common class for all classes which objects can be archived or restored from archive.
Simple component implementation of IPulseParams interface.
void SetRelaxingTime(double time) override
Get relaxing time period after pulse ends needed to accept new begin.
void SetDelayTime(double time) override
Set delay time from begin (for example trigger edge) to pulse begin.
void SetPulseDuration(double time) override
Set pulse duration time.
double GetDelayTime() const override
Get delay time from begin (for example trigger edge) to pulse begin.
bool Serialize(iser::IArchive &archive) override
Load or store state of this object as a archive stream.
double GetRelaxingTime() const override
Get relaxing time period after pulse ends needed to accept new begin.
icomp::CComponentBase BaseClass
double GetPulseDuration() const override
Get pulse duration time.
const IPulseConstraints * GetPulseConstraints() const override
Get access to constraits of this parameters.
void OnComponentCreated() override
Constraits of signal pulse paramters (isig::IPulseParams).
Parammeters of single signal pulse.
Common interface for data model objects, which can be changed.
Contains interfaces and implementations of signal processing.