#include <FsfNodeCells.h>
Inherits fsf::CTypeCellBase.

Public Member Functions | |
Creators | |
| CNodeTimeStamp () | |
| 0-parameter constructor | |
Accessors | |
| virtual void | getTypeID (std::string &str) |
| Returns factory mapping key. | |
Processing | |
| virtual void | process (fsf::CPassiveHandle *pPassiveHandle, fsf::CActiveHandle *pActiveHandle, fsf::CActivePulse *pActivePulse) |
| Custom processing method. | |
| CNodeTimeStamp::CNodeTimeStamp | ( | ) |
0-parameter constructor
| virtual void fsf::CNodeTimeStamp::getTypeID | ( | std::string & | str | ) | [inline, virtual] |
Returns factory mapping key.
| void CNodeTimeStamp::process | ( | fsf::CPassiveHandle * | pPassiveHandle, | |
| fsf::CActiveHandle * | pActiveHandle, | |||
| fsf::CActivePulse * | pActivePulse | |||
| ) | [virtual] |
Custom processing method.
The process function in accessor cells has special semantics: the active handle can be null (=get value) or non null (=set value) The CNodeTimeStamp accessor only works as a getter, so the active handle is always ignored.
Reimplemented from fsf::CTypeCellBase.
1.5.9