cout
the difference between two consecutive incoming active pulses, in s and Hz.
More...
Inherits fsf::CCell.
Public Member Functions | |
CPrintInterval () | |
Default constructor. | |
virtual void | getTypeID (std::string &str) const |
Gets this cell's actory mapping key. | |
virtual void | process (fsf::CPassiveHandle *pPassiveHandle, fsf::CActiveHandle *pActiveHandle, fsf::CActivePulse *pActivePulse) |
Custom processing function: writes to cout the difference between the time stamp of the incoming active puse, and the last time stamp recorded. |
cout
the difference between two consecutive incoming active pulses, in s and Hz. ex2::CPrintInterval::CPrintInterval | ( | ) |
Default constructor.
virtual void ex2::CPrintInterval::getTypeID | ( | std::string & | str | ) | const [inline, virtual] |
void ex2::CPrintInterval::process | ( | fsf::CPassiveHandle * | pPassiveHandle, | |
fsf::CActiveHandle * | pActiveHandle, | |||
fsf::CActivePulse * | pActivePulse | |||
) | [virtual] |
Custom processing function: writes to cout
the difference between the time stamp of the incoming active puse, and the last time stamp recorded.
Reimplemented from fsf::CCell.