#include <TimestampGeneratorModule.h>
Inheritance diagram for ot::TimestampGeneratorModule:


Public Member Functions | |
| TimestampGeneratorModule () | |
| virtual Node * | createNode (const std::string &name, StringTable &attributes) |
| virtual void | pushEvent () |
Protected Attributes | |
| NodeVector | pNodes |
| list of TimestampGeneratorNode nodes in the tree | |
|
|
constructor method. |
|
||||||||||||
|
This method is called to construct a new Node. It compares name to the TimestampGenerator element name, and if it matches creates a new TimestampGeneratorNode node.
Implements ot::NodeFactory. |
|
|
pushes events into the tracker tree. Checks all TimestampGeneratorNode nodes. Reimplemented from ot::Module. |
|
|
list of TimestampGeneratorNode nodes in the tree
|
1.4.6