cout
the number of nodes matching a specific node name pattern in incoming active pulses.
More...
Inherits fsf::CCell.
Public Member Functions | |
CCountNodes () | |
Default constructor. | |
virtual void | getTypeID (std::string &str) const |
Gets this cell's factory mapping key. | |
virtual void | process (fsf::CPassiveHandle *pPassiveHandle, fsf::CActiveHandle *pActiveHandle, fsf::CActivePulse *pActivePulse) |
Custom processing function: writes to cout the number of nodes matching a specific node name pattern in the incoming active pulse. |
cout
the number of nodes matching a specific node name pattern in incoming active pulses. ex3::CCountNodes::CCountNodes | ( | ) |
Default constructor.
virtual void ex3::CCountNodes::getTypeID | ( | std::string & | str | ) | const [inline, virtual] |
void ex3::CCountNodes::process | ( | fsf::CPassiveHandle * | pPassiveHandle, | |
fsf::CActiveHandle * | pActiveHandle, | |||
fsf::CActivePulse * | pActivePulse | |||
) | [virtual] |
Custom processing function: writes to cout
the number of nodes matching a specific node name pattern in the incoming active pulse.
Reimplemented from fsf::CCell.