ot::ActiveGateNode Class Reference
[Common Classes]
An ActiveGateNode is an EventGenerator node that .
More...
#include <GroupGateNode.h>
Inheritance diagram for ot::ActiveGateNode:


Public Member Functions | |
| virtual int | isEventGenerator () |
| void | pushEvent (unsigned short groupgatenum) |
Protected Member Functions | |
| ActiveGateNode () | |
Private Attributes | |
| Event | event |
Friends | |
| class | GroupGateModule |
| class | GroupGateGroup |
Detailed Description
An ActiveGateNode is an EventGenerator node that ... TO DO
- Author:
- Michael Knapp
Definition at line 185 of file GroupGateNode.h.
Constructor & Destructor Documentation
| ot::ActiveGateNode::ActiveGateNode | ( | ) | [inline, protected] |
Definition at line 192 of file GroupGateNode.h.
Member Function Documentation
| virtual int ot::ActiveGateNode::isEventGenerator | ( | ) | [inline, virtual] |
tests for EventGenerator interface being implemented.
This has to be overriden in classes that subclass EventGenerator. Due to inheritance raints it cannot be done automatically.
- Returns:
- a pointer to the EventGenerator interface, or NULL if it is not implemented
Reimplemented from ot::Node.
Definition at line 198 of file GroupGateNode.h.
| void ot::ActiveGateNode::pushEvent | ( | unsigned short | groupgatenum | ) | [inline] |
Definition at line 203 of file GroupGateNode.h.
Friends And Related Function Documentation
friend class GroupGateGroup [friend] |
Definition at line 211 of file GroupGateNode.h.
friend class GroupGateModule [friend] |
Definition at line 210 of file GroupGateNode.h.
Member Data Documentation
Event ot::ActiveGateNode::event [private] |
Definition at line 188 of file GroupGateNode.h.
The documentation for this class was generated from the following file: