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


Public Member Functions | |
| virtual int | isEventGenerator () |
| virtual void | onEventGenerated (Event &event, Node &generator) |
Protected Member Functions | |
| GroupGateNode (const char *name, GroupGateGroup *owner) | |
| ~GroupGateNode () | |
| void | setNumber (int num) |
| int | getNumber () |
| void | addNeighbor (const char *neighbor) |
| bool | isActive () |
| void | activate () |
| void | deactivate () |
| const char * | getGroupGateName () |
Friends | |
| class | GroupGateModule |
| class | GroupGateGroup |
|
||||||||||||
|
constructor method. It sets initial values for the timeout. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
Reimplemented from ot::Node. |
|
||||||||||||
|
this method notifies the object that a new event was generated. It is called by an EventGenerator.
Reimplemented from ot::Node. |
|
|
|
|
|
|
|
|
|
1.4.6