ot::NodePort Class Reference
#include <NodePort.h>
Inheritance diagram for ot::NodePort:


Public Member Functions | |
| virtual int | isNodePort () |
| virtual void | onEventGenerated (Event &event, Node &generator) |
Protected Member Functions | |
| NodePort () | |
Friends | |
| class | CommonNodeFactory |
Detailed Description
Definition at line 60 of file NodePort.h.
Constructor & Destructor Documentation
| ot::NodePort::NodePort | ( | ) | [inline, protected] |
Member Function Documentation
| virtual int ot::NodePort::isNodePort | ( | ) | [inline, virtual] |
tests whether the given node is a wrapper node.
- Returns:
- always returns 1
Reimplemented from ot::Node.
Definition at line 73 of file NodePort.h.
this method notifies the object that a new event was generated.
It is called by an EventGenerator.
- Parameters:
-
event reference to the new event. Do not change the event values, make a copy and change that ! generator reference to the EventGenerator object that notified the EventObserver.
Reimplemented from ot::Node.
Definition at line 86 of file NodePort.h.
Friends And Related Function Documentation
friend class CommonNodeFactory [friend] |
Definition at line 91 of file NodePort.h.
The documentation for this class was generated from the following file: